X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/24abf4f161576c23cea45b0a6ff790f2e59ad754..a1659af647d071828022a0c0f30ee975f363b26c:/windows/version.rc2 diff --git a/windows/version.rc2 b/windows/version.rc2 index 405fa4e6..aaf08ab4 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,61 #if defined SNAPSHOT @@ -115,7 +115,7 @@ BEGIN VALUE "OriginalFilename", APPNAME VALUE "FileVersion", VERSION_TEXT VALUE "ProductVersion", VERSION_TEXT - VALUE "LegalCopyright", "Copyright \251 1997-2008 Simon Tatham." + VALUE "LegalCopyright", "Copyright \251 1997-2011 Simon Tatham." #if (!defined SNAPSHOT) && (!defined RELEASE) /* Only if VS_FF_PRIVATEBUILD. */ VALUE "PrivateBuild", VERSION_TEXT /* NBI */