OSDN Git Service

Update PuTTY to 0.62.
[ffftp/ffftp.git] / contrib / putty / WINDOWS / VERSION.RC2
index 6a6e591..1c76927 100644 (file)
@@ -39,7 +39,7 @@
 \r
 /* We keep this around even for snapshots, for monotonicity of version\r
  * numbering. It needs to be kept up to date. NB _comma_-separated. */\r
-#define BASE_VERSION 0,61\r
+#define BASE_VERSION 0,62\r
 \r
 #if defined SNAPSHOT\r
 \r
 #define VERSION_TEXT "Release " STR(RELEASE)\r
 #define BINARY_VERSION BASE_VERSION,0,0\r
 \r
+#elif defined PRERELEASE\r
+\r
+#define VERSION_TEXT "Pre-release " STR(PRERELEASE) ":r" STR(SVN_REV);\r
+#define BINARY_VERSION BASE_VERSION,SVN_REV,0\r
+\r
 #elif defined SVN_REV\r
 \r
 #define VERSION_TEXT "Custom build r" STR(SVN_REV)\r