1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-10 06:02:10 -05:00

Merge r9353 (missing bit of 'pre-release' version spport).

[originally from svn r9354]
[r9353 == 7d4789dccbc5431a0a7a18d10ff7ceece87f6f7a]
This commit is contained in:
Simon Tatham 2011-11-28 19:19:34 +00:00
parent 77f9ffae75
commit 1a75923669

View File

@ -61,6 +61,11 @@
#define VERSION_TEXT "Release " STR(RELEASE)
#define BINARY_VERSION BASE_VERSION,0,0
#elif defined PRERELEASE
#define VERSION_TEXT "Pre-release " STR(PRERELEASE) ":r" STR(SVN_REV);
#define BINARY_VERSION BASE_VERSION,SVN_REV,0
#elif defined SVN_REV
#define VERSION_TEXT "Custom build r" STR(SVN_REV)