]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Merge r9365 (bump version number to 0.62). branch-0.61 0.62
authorSimon Tatham <anakin@pobox.com>
Sat, 10 Dec 2011 12:08:09 +0000 (12:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 10 Dec 2011 12:08:09 +0000 (12:08 +0000)
[originally from svn r9366]
[r9365 == c968d9fe8ea9a0fabc02ff7a384550ff350e819d]

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

index 6e8cb1efc65020f15de10ac8a5a391721d6562db..36808a5463b29ca7c6185060bd3af52b7ddf54e9 100644 (file)
@@ -1 +1 @@
-0.61
+0.62
index 88877fc3e00ba86525ee6242d37682aad7bc2adc..a3d1fa88a935f6d2f9b73d4a81f83594887aeefc 100644 (file)
@@ -43,7 +43,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c PuTTY Link: command-line connection utility
-\c Release 0.61
+\c Release 0.62
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
index 8e361a8d98e0a26ae692c82fc131367150cfe38c..f2b3538e4698af8dc032e01632f026564f5538bc 100644 (file)
@@ -41,7 +41,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.61
+\c Release 0.62
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
index 2553beb3a835be1db97b69376597f2e92464abee..f96791605cfc59ad91846f625e420898e52dbe36 100644 (file)
 \r
 [Setup]\r
 AppName=PuTTY\r
-AppVerName=PuTTY version 0.61\r
-VersionInfoTextVersion=Release 0.61\r
-AppVersion=0.61\r
-VersionInfoVersion=0.61.0.0\r
+AppVerName=PuTTY version 0.62\r
+VersionInfoTextVersion=Release 0.62\r
+AppVersion=0.62\r
+VersionInfoVersion=0.62.0.0\r
 AppPublisher=Simon Tatham\r
 AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/\r
 AppReadmeFile={app}\README.txt\r
index a7ab5fc42e6b972574b153f72df43b18c62e8959..701199818d4fc9aee3fc4485494d473d3821adf3 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