]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Bump version number prior to tagging 0.61 release. 0.61
authorSimon Tatham <anakin@pobox.com>
Tue, 12 Jul 2011 18:26:18 +0000 (18:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 12 Jul 2011 18:26:18 +0000 (18:26 +0000)
[originally from svn r9202]

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

index 08072c1817004f0177cf899ef275fe65f0faab9c..6e8cb1efc65020f15de10ac8a5a391721d6562db 100644 (file)
@@ -1 +1 @@
-0.60
+0.61
index 8fe92975a77187edfa844416a0f0b3104d064c93..88877fc3e00ba86525ee6242d37682aad7bc2adc 100644 (file)
@@ -43,7 +43,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c PuTTY Link: command-line connection utility
-\c Release 0.60
+\c Release 0.61
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
index 74669f86b70ad01670ef7ebb88262d2f9ca02bd0..8e361a8d98e0a26ae692c82fc131367150cfe38c 100644 (file)
@@ -41,7 +41,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.60
+\c Release 0.61
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
index c6d885da91b31ca8ef21ecad3378878c76e25bec..2553beb3a835be1db97b69376597f2e92464abee 100644 (file)
 \r
 [Setup]\r
 AppName=PuTTY\r
-AppVerName=PuTTY version 0.60\r
-VersionInfoTextVersion=Release 0.60\r
-AppVersion=0.60\r
-VersionInfoVersion=0.60.0.0\r
+AppVerName=PuTTY version 0.61\r
+VersionInfoTextVersion=Release 0.61\r
+AppVersion=0.61\r
+VersionInfoVersion=0.61.0.0\r
 AppPublisher=Simon Tatham\r
 AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/\r
 AppReadmeFile={app}\README.txt\r
index 120d1583d53ddff8eccb661a33f5255e9146706a..aaf08ab4d176a783e536ea71b63ada76a435dd0b 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,60
+#define BASE_VERSION 0,61
 
 #if defined SNAPSHOT