X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/136519370f4a3d08e5db701b894e394494056bcb..47779c35ea83c34cf95ae6849cfec3c53325a814:/windows/version.rc2 diff --git a/windows/version.rc2 b/windows/version.rc2 index 8474a62b..ce319fef 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,59 +#define BASE_VERSION 0,60 #if defined SNAPSHOT @@ -115,7 +115,7 @@ BEGIN VALUE "OriginalFilename", APPNAME VALUE "FileVersion", VERSION_TEXT VALUE "ProductVersion", VERSION_TEXT - VALUE "LegalCopyright", "Copyright \251 1997-2007 Simon Tatham." + VALUE "LegalCopyright", "Copyright \251 1997-2010 Simon Tatham." #if (!defined SNAPSHOT) && (!defined RELEASE) /* Only if VS_FF_PRIVATEBUILD. */ VALUE "PrivateBuild", VERSION_TEXT /* NBI */