Skip to content

Commit

Permalink
bump rev to 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agalasso committed Sep 25, 2017
1 parent 9dab001 commit 743b784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-PHD2.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Welcome to PHD2 Release Version 2.6.3
Welcome to PHD2 Release Version 2.6.4

PHD2 is the next generation of the original PHD Guiding application
from Stark Labs, now restructured, enhanced, and supported by an
Expand Down
4 changes: 2 additions & 2 deletions phd.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
#include <stdarg.h>

#define APPNAME _T("PHD2 Guiding")
#define PHDVERSION _T("2.6.3")
#define PHDSUBVER _T("dev8")
#define PHDVERSION _T("2.6.4")
#define PHDSUBVER _T("")
#define FULLVER PHDVERSION PHDSUBVER

#if defined (__WINDOWS__)
Expand Down
2 changes: 1 addition & 1 deletion phd2.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
; Updated to install independently of PHD1 by Andy Galasso on 2013/7/25

#define APP_NAME "PHD 2"
#define APP_VERSION "2.6.3"
#define APP_VERSION "2.6.4"

[Setup]
AppName={#APP_NAME}
Expand Down

0 comments on commit 743b784

Please sign in to comment.