Fix leak of 'fname' introduced by the rewrite of write_random_seed in
[sgt/putty] / windows / version.rc2
index a7ab5fc..1b52f55 100644 (file)
@@ -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,61
+#define BASE_VERSION 0,62
 
 #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-2012 Simon Tatham."
 #if (!defined SNAPSHOT) && (!defined RELEASE)
            /* Only if VS_FF_PRIVATEBUILD. */
            VALUE "PrivateBuild",       VERSION_TEXT /* NBI */