]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
I missed a bit in r9343: windows/version.rc2 also needed updating for
authorSimon Tatham <anakin@pobox.com>
Mon, 28 Nov 2011 19:17:04 +0000 (19:17 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 28 Nov 2011 19:17:04 +0000 (19:17 +0000)
the new 'pre-release' version type.

[originally from svn r9353]
[r9343 == 1dff23a2143b7a6ce1084a6308569d14c2826240]

windows/version.rc2

index aaf08ab4d176a783e536ea71b63ada76a435dd0b..a7ab5fc42e6b972574b153f72df43b18c62e8959 100644 (file)
 #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)