mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
I missed a bit in r9343: windows/version.rc2 also needed updating for
the new 'pre-release' version type.
[originally from svn r9353]
[r9343 == 1dff23a214
]
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user