]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Update version numbers for 0.60 release. 0.60
authorSimon Tatham <anakin@pobox.com>
Sun, 29 Apr 2007 11:28:54 +0000 (11:28 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 29 Apr 2007 11:28:54 +0000 (11:28 +0000)
[originally from svn r7488]

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

index 435f14b14c36202baa8b69e5bd91c4ce547dc08a..08072c1817004f0177cf899ef275fe65f0faab9c 100644 (file)
@@ -1 +1 @@
-0.59
+0.60
index dbda8843838edba8ca54e2c5a87ba0f7954bf6ab..a70f54f6adee0af13df0de71577f6571fe4dbe71 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 f2cfcbf0b3bf350f2bc44743190d3c6d994014d9..74669f86b70ad01670ef7ebb88262d2f9ca02bd0 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 49860b66d06b6a62ab0018b42c92cf7c1d09bfe1..8770d1f69d5b1e587c68cdaa126f824ee822db6d 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 0724b2014c9fd5134a18f0d2955896c57481e402..c6d885da91b31ca8ef21ecad3378878c76e25bec 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 8474a62baf9102cd247521b29cf79165eefc60a0..3c7d1b57c29398c514893da3837020788f476925 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