Skip to content

Commit

Permalink
bump rev to 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agalasso committed Apr 30, 2018
1 parent 1397b7d commit 4ab1ef3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions README-PHD2.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
Welcome to PHD2 Release Version 2.6.4
Welcome to PHD2 Release Version 2.6.5

PHD2 is the next generation of the original PHD Guiding application
from Stark Labs, now restructured, enhanced, and supported by an
open-source community of volunteers. PHD2's new built-in help file is
an excellent way to get started using the program, regardless of
whether you've had previous experience with the original PHD.
PHD2 is guiding software inspired by the original PHD Guiding
application from Stark Labs. PHD2 is both free of cost and open
source, and development is community-driven.

PHD2's built-in help file is an excellent way to get started using the
program, regardless of whether you've had previous experience with the
original PHD.

To read about what is new in PHD2, please visit

http://openphdguiding.org/
https://openphdguiding.org/

For questions about using the application and troubleshooting guiding,
or for bug reports, feature requests, and questions about PHD2
development, please join the discussion in the Open PHD Guiding google
group,
development, please join the Open PHD Guiding forum

https://groups.google.com/forum/#!forum/open-phd-guiding

Thanks,

The PHD2 Developers
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.4")
#define PHDSUBVER _T("dev10")
#define PHDVERSION _T("2.6.5")
#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.4"
#define APP_VERSION "2.6.5"

[Setup]
AppName={#APP_NAME}
Expand Down

0 comments on commit 4ab1ef3

Please sign in to comment.