X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fversion.rc2;h=1b52f55ac71d5855ea6ccef07ddf1e06f8087c92;hb=3e22c99c9a3c28e042f2dc3a50fadf95e7c277e7;hp=120d1583d53ddff8eccb661a33f5255e9146706a;hpb=c5228adce3bc7ef643940fc182657173b5bd5ac7;p=PuTTY.git diff --git a/windows/version.rc2 b/windows/version.rc2 index 120d1583..1b52f55a 100644 --- a/windows/version.rc2 +++ b/windows/version.rc2 @@ -39,7 +39,7 @@ /* We keep this around even for snapshots, for monotonicity of version * numbering. It needs to be kept up to date. NB _comma_-separated. */ -#define BASE_VERSION 0,60 +#define BASE_VERSION 0,62 #if defined SNAPSHOT @@ -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) @@ -115,7 +120,7 @@ BEGIN VALUE "OriginalFilename", APPNAME VALUE "FileVersion", VERSION_TEXT VALUE "ProductVersion", VERSION_TEXT - VALUE "LegalCopyright", "Copyright \251 1997-2011 Simon Tatham." + VALUE "LegalCopyright", "Copyright \251 1997-2012 Simon Tatham." #if (!defined SNAPSHOT) && (!defined RELEASE) /* Only if VS_FF_PRIVATEBUILD. */ VALUE "PrivateBuild", VERSION_TEXT /* NBI */