X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fversion.rc2;h=75785af311085c08ca879b898fb10dca9ae514f7;hb=1472aa2a265dfbfe7225729862ea21b5fb2da22f;hp=701199818d4fc9aee3fc4485494d473d3821adf3;hpb=c968d9fe8ea9a0fabc02ff7a384550ff350e819d;p=PuTTY.git diff --git a/windows/version.rc2 b/windows/version.rc2 index 70119981..75785af3 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,62 +#define BASE_VERSION 0,63 #if defined SNAPSHOT @@ -120,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-2013 Simon Tatham." #if (!defined SNAPSHOT) && (!defined RELEASE) /* Only if VS_FF_PRIVATEBUILD. */ VALUE "PrivateBuild", VERSION_TEXT /* NBI */