]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Bump version number prior to tagging 0.63. 0.63
authorSimon Tatham <anakin@pobox.com>
Tue, 6 Aug 2013 17:09:07 +0000 (17:09 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 6 Aug 2013 17:09:07 +0000 (17:09 +0000)
[originally from svn r9998]

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

index 36808a5463b29ca7c6185060bd3af52b7ddf54e9..21b86bac26056dcb65e318e2904e9d93247a3600 100644 (file)
@@ -1 +1 @@
-0.62
+0.63
index a3d1fa88a935f6d2f9b73d4a81f83594887aeefc..197489e3b853c0cb32ce06bf1601f0866c4446df 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 f2b3538e4698af8dc032e01632f026564f5538bc..ad04d1f51270f0d2a4f12ae8fbd21919b76e917d 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 f96791605cfc59ad91846f625e420898e52dbe36..0cfd0e4fef7ad4a4c6b738da7e9027d16098c122 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 026ebacc897738bad973f3dc9d6d4670b828b551..75785af311085c08ca879b898fb10dca9ae514f7 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