]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/version.rc2
Merge out from trunk, to keep this branch viable. We are now up to
[PuTTY.git] / windows / version.rc2
index 8474a62baf9102cd247521b29cf79165eefc60a0..405fa4e68300b88cac4003d58a9e3c95aa267c1d 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,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-2008 Simon Tatham."
 #if (!defined SNAPSHOT) && (!defined RELEASE)
            /* Only if VS_FF_PRIVATEBUILD. */
            VALUE "PrivateBuild",       VERSION_TEXT /* NBI */