X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3a35f896aa0a01073019c98d11f1ebc6d1988243..9385e23d89cb564f0f0a1d4355bd894fed1af501:/windows/version.rc2 diff --git a/windows/version.rc2 b/windows/version.rc2 index aaf08ab4..a7ab5fc4 100644 --- a/windows/version.rc2 +++ b/windows/version.rc2 @@ -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)