Update version numbers preparatory to tagging for release.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Feb 2004 18:17:50 +0000 (18:17 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Feb 2004 18:17:50 +0000 (18:17 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@3820 cda61777-01e9-0310-a592-d414129be87e

LATEST.VER
doc/plink.but
doc/pscp.but
mac/version.r
putty.iss

index 5a89bed..b17d954 100644 (file)
@@ -1 +1 @@
-0.53b
+0.54
index 61303dc..a8aa170 100644 (file)
@@ -1,4 +1,4 @@
-\versionid $Id: plink.but,v 1.20 2004/01/20 12:46:35 jacob Exp $
+\versionid $Id: plink.but,v 1.21 2004/02/07 18:17:50 simon Exp $
 
 \C{plink} Using the command-line connection tool Plink
 
@@ -43,7 +43,7 @@ use Plink:
 
 \c Z:\sysosd>plink
 \c PuTTY Link: command-line connection utility
-\c Unidentified build, Jan 20 2004 12:39:22
+\c Release 0.54
 \c Usage: plink [options] [user@]host [command]
 \c        ("host" can also be a PuTTY saved session name)
 \c Options:
index 1a322f6..f5e15e1 100644 (file)
@@ -1,4 +1,4 @@
-\versionid $Id: pscp.but,v 1.22 2002/09/11 17:30:36 jacob Exp $
+\versionid $Id: pscp.but,v 1.23 2004/02/07 18:17:50 simon Exp $
 
 \#FIXME: Need examples
 
@@ -41,7 +41,7 @@ use PSCP:
 
 \c Z:\owendadmin>pscp
 \c PuTTY Secure Copy client
-\c Release 0.53
+\c Release 0.54
 \c Usage: pscp [options] [user@]host:source target
 \c        pscp [options] source [source...] [user@]host:target
 \c        pscp [options] -ls user@host:filespec
index afa1d4a..fa7aae2 100644 (file)
@@ -2,7 +2,7 @@
  * Current PuTTY version number.  Minor is in BCD
  */
 #define VERSION_MAJOR 0x00
-#define VERSION_MINOR 0x53
+#define VERSION_MINOR 0x54
 
 resource 'vers' (1, purgeable) {
 #ifdef RELEASE
index 36ed03b..798348b 100644 (file)
--- a/putty.iss
+++ b/putty.iss
@@ -19,7 +19,7 @@
 \r
 [Setup]\r
 AppName=PuTTY\r
-AppVerName=PuTTY version 0.53\r
+AppVerName=PuTTY version 0.54\r
 DefaultDirName={pf}\PuTTY\r
 DefaultGroupName=PuTTY\r
 UninstallDisplayIcon={app}\putty.exe\r