Bump version number prior to tagging 0.61 release.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 12 Jul 2011 18:26:18 +0000 (18:26 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 12 Jul 2011 18:26:18 +0000 (18:26 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@9202 cda61777-01e9-0310-a592-d414129be87e

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

index 08072c1..6e8cb1e 100644 (file)
@@ -1 +1 @@
-0.60
+0.61
index 8fe9297..88877fc 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 74669f8..8e361a8 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 c6d885d..2553beb 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 120d158..aaf08ab 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