mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Update version numbers preparatory to tagging for release.
[originally from svn r3820]
This commit is contained in:
parent
3f9dbeae19
commit
8b57939f6b
@ -1 +1 @@
|
||||
0.53b
|
||||
0.54
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user