Bump version number on trunk prior to tagging 0.62 on the branch.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 10 Dec 2011 12:07:46 +0000 (12:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 10 Dec 2011 12:07:46 +0000 (12:07 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@9365 cda61777-01e9-0310-a592-d414129be87e

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

index 6e8cb1e..36808a5 100644 (file)
@@ -1 +1 @@
-0.61
+0.62
index 88877fc..a3d1fa8 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 8e361a8..f2b3538 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 2553beb..f967916 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 a7ab5fc..7011998 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