1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-10 06:02:10 -05:00

Bump version numbers. (Forgot to do this _before_ dropping the 0.57

tag, but that's OK because SVN doesn't distinguish tags from
branches anyway...)

[originally from svn r5361]
This commit is contained in:
Simon Tatham 2005-02-20 10:51:02 +00:00
parent a36dd9c01c
commit 70fe897640
5 changed files with 68 additions and 68 deletions

View File

@ -1 +1 @@
0.56 0.57

View File

@ -1,4 +1,4 @@
\versionid $Id: plink.but,v 1.25.2.2 2004/10/24 13:50:09 jacob Exp $ \versionid $Id$
\C{plink} Using the command-line connection tool Plink \C{plink} Using the command-line connection tool Plink
@ -43,7 +43,7 @@ use Plink:
\c Z:\sysosd>plink \c Z:\sysosd>plink
\c PuTTY Link: command-line connection utility \c PuTTY Link: command-line connection utility
\c Release 0.56 \c Release 0.57
\c Usage: plink [options] [user@]host [command] \c Usage: plink [options] [user@]host [command]
\c ("host" can also be a PuTTY saved session name) \c ("host" can also be a PuTTY saved session name)
\c Options: \c Options:

View File

@ -1,4 +1,4 @@
\versionid $Id: pscp.but,v 1.29.2.1 2004/10/24 13:50:09 jacob Exp $ \versionid $Id$
\#FIXME: Need examples \#FIXME: Need examples
@ -41,7 +41,7 @@ use PSCP:
\c Z:\owendadmin>pscp \c Z:\owendadmin>pscp
\c PuTTY Secure Copy client \c PuTTY Secure Copy client
\c Release 0.56 \c Release 0.57
\c Usage: pscp [options] [user@]host:source target \c Usage: pscp [options] [user@]host:source target
\c pscp [options] source [source...] [user@]host:target \c pscp [options] source [source...] [user@]host:target
\c pscp [options] -ls [user@]host:filespec \c pscp [options] -ls [user@]host:filespec

View File

@ -2,7 +2,7 @@
* Current PuTTY version number. Minor is in BCD * Current PuTTY version number. Minor is in BCD
*/ */
#define VERSION_MAJOR 0x00 #define VERSION_MAJOR 0x00
#define VERSION_MINOR 0x56 #define VERSION_MINOR 0x57
resource 'vers' (1, purgeable) { resource 'vers' (1, purgeable) {
#ifdef RELEASE #ifdef RELEASE

View File

@ -19,7 +19,7 @@
[Setup] [Setup]
AppName=PuTTY AppName=PuTTY
AppVerName=PuTTY version 0.56 AppVerName=PuTTY version 0.57
DefaultDirName={pf}\PuTTY DefaultDirName={pf}\PuTTY
DefaultGroupName=PuTTY DefaultGroupName=PuTTY
UninstallDisplayIcon={app}\putty.exe UninstallDisplayIcon={app}\putty.exe