Update version numbers for 0.60 release.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 29 Apr 2007 11:28:54 +0000 (11:28 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 29 Apr 2007 11:28:54 +0000 (11:28 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@7488 cda61777-01e9-0310-a592-d414129be87e

LATEST.VER
doc/plink.but
doc/pscp.but
mac/version.r
windows/putty.iss
windows/version.rc2

index 435f14b..08072c1 100644 (file)
@@ -1 +1 @@
-0.59
+0.60
index dbda884..a70f54f 100644 (file)
@@ -43,7 +43,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c PuTTY Link: command-line connection utility
-\c Release 0.59
+\c Release 0.60
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
index f2cfcbf..74669f8 100644 (file)
@@ -41,7 +41,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.59
+\c Release 0.60
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
index 49860b6..8770d1f 100644 (file)
@@ -2,7 +2,7 @@
  * Current PuTTY version number.  Minor is in BCD
  */
 #define VERSION_MAJOR 0x00
-#define VERSION_MINOR 0x59
+#define VERSION_MINOR 0x60
 
 resource 'vers' (1, purgeable) {
 #ifdef RELEASE
index 0724b20..c6d885d 100644 (file)
 \r
 [Setup]\r
 AppName=PuTTY\r
-AppVerName=PuTTY version 0.59\r
-VersionInfoTextVersion=Release 0.59\r
-AppVersion=0.59\r
-VersionInfoVersion=0.59.0.0\r
+AppVerName=PuTTY version 0.60\r
+VersionInfoTextVersion=Release 0.60\r
+AppVersion=0.60\r
+VersionInfoVersion=0.60.0.0\r
 AppPublisher=Simon Tatham\r
 AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/\r
 AppReadmeFile={app}\README.txt\r
index 8474a62..3c7d1b5 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