]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/version.rc2
Better not forget to make sure GTK1 doesn't break.
[PuTTY.git] / windows / version.rc2
index f0c2b197d441fd53b7b436304f67a6b8b618db5c..8d4787222d0318635894f0644c935cef6974476f 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,58
+#define BASE_VERSION 0,59
 
 #if defined SNAPSHOT
 
@@ -102,7 +102,7 @@ BEGIN
            VALUE "OriginalFilename",   APPNAME
            VALUE "FileVersion",        VERSION_TEXT
            VALUE "ProductVersion",     VERSION_TEXT
-           VALUE "LegalCopyright",     "Copyright \251 1997-2006 Simon Tatham."
+           VALUE "LegalCopyright",     "Copyright \251 1997-2007 Simon Tatham."
 #if (!defined SNAPSHOT) && (!defined RELEASE)
            /* Only if VS_FF_PRIVATEBUILD. */
            VALUE "PrivateBuild",       VERSION_TEXT /* NBI */