Bump version number prior to tagging 0.63.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Aug 2013 17:09:07 +0000 (17:09 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Aug 2013 17:09:07 +0000 (17:09 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@9998 cda61777-01e9-0310-a592-d414129be87e

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

index 36808a5..21b86ba 100644 (file)
@@ -1 +1 @@
-0.62
+0.63
index a3d1fa8..197489e 100644 (file)
@@ -43,7 +43,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c PuTTY Link: command-line connection utility
-\c Release 0.62
+\c Release 0.63
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
index f2b3538..ad04d1f 100644 (file)
@@ -41,7 +41,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.62
+\c Release 0.63
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls [user@]host:filespec
index f967916..0cfd0e4 100644 (file)
 \r
 [Setup]\r
 AppName=PuTTY\r
-AppVerName=PuTTY version 0.62\r
-VersionInfoTextVersion=Release 0.62\r
-AppVersion=0.62\r
-VersionInfoVersion=0.62.0.0\r
+AppVerName=PuTTY version 0.63\r
+VersionInfoTextVersion=Release 0.63\r
+AppVersion=0.63\r
+VersionInfoVersion=0.63.0.0\r
 AppPublisher=Simon Tatham\r
 AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/\r
 AppReadmeFile={app}\README.txt\r
index 026ebac..75785af 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,62
+#define BASE_VERSION 0,63
 
 #if defined SNAPSHOT