Skip to content

Commit fcc41c9

Browse files
committedFeb 13, 2017
bump rev to 2.6.3
1 parent 7e46bb6 commit fcc41c9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ if(COMMAND cmake_policy)
3636
endif(COMMAND cmake_policy)
3737

3838
set(VERSION_MAJOR 2)
39-
set(VERSION_MINOR 5)
40-
set(VERSION_PATCH 0)
39+
set(VERSION_MINOR 6)
40+
set(VERSION_PATCH 3)
4141

4242
#################################################################################
4343
#

‎README-PHD2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to PHD2 Release Version 2.6.2
1+
Welcome to PHD2 Release Version 2.6.3
22

33
PHD2 is the next generation of the original PHD Guiding application
44
from Stark Labs, now restructured, enhanced, and supported by an

‎phd.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
#include <stdarg.h>
6969

7070
#define APPNAME _T("PHD2 Guiding")
71-
#define PHDVERSION _T("2.6.2")
72-
#define PHDSUBVER _T("dev10")
71+
#define PHDVERSION _T("2.6.3")
72+
#define PHDSUBVER _T("")
7373
#define FULLVER PHDVERSION PHDSUBVER
7474

7575
#if defined (__WINDOWS__)

‎phd2.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; Updated to install independently of PHD1 by Andy Galasso on 2013/7/25
44

55
#define APP_NAME "PHD 2"
6-
#define APP_VERSION "2.6.2"
6+
#define APP_VERSION "2.6.3"
77

88
[Setup]
99
AppName={#APP_NAME}

0 commit comments

Comments
 (0)
Please sign in to comment.