From e359e9c01acdf5aad21780e27e538cfd8d597aac Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 29 Apr 2007 11:28:54 +0000 Subject: [PATCH] Update version numbers for 0.60 release. git-svn-id: svn://svn.tartarus.org/sgt/putty@7488 cda61777-01e9-0310-a592-d414129be87e --- LATEST.VER | 2 +- doc/plink.but | 2 +- doc/pscp.but | 2 +- mac/version.r | 2 +- windows/putty.iss | 8 ++++---- windows/version.rc2 | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LATEST.VER b/LATEST.VER index 435f14b1..08072c18 100644 --- a/LATEST.VER +++ b/LATEST.VER @@ -1 +1 @@ -0.59 +0.60 diff --git a/doc/plink.but b/doc/plink.but index dbda8843..a70f54f6 100644 --- a/doc/plink.but +++ b/doc/plink.but @@ -43,7 +43,7 @@ use Plink: \c Z:\sysosd>plink \c PuTTY Link: command-line connection utility -\c Release 0.59 +\c Release 0.60 \c Usage: plink [options] [user@]host [command] \c ("host" can also be a PuTTY saved session name) \c Options: diff --git a/doc/pscp.but b/doc/pscp.but index f2cfcbf0..74669f86 100644 --- a/doc/pscp.but +++ b/doc/pscp.but @@ -41,7 +41,7 @@ use PSCP: \c Z:\owendadmin>pscp \c PuTTY Secure Copy client -\c Release 0.59 +\c Release 0.60 \c Usage: pscp [options] [user@]host:source target \c pscp [options] source [source...] [user@]host:target \c pscp [options] -ls [user@]host:filespec diff --git a/mac/version.r b/mac/version.r index 49860b66..8770d1f6 100644 --- a/mac/version.r +++ b/mac/version.r @@ -2,7 +2,7 @@ * Current PuTTY version number. Minor is in BCD */ #define VERSION_MAJOR 0x00 -#define VERSION_MINOR 0x59 +#define VERSION_MINOR 0x60 resource 'vers' (1, purgeable) { #ifdef RELEASE diff --git a/windows/putty.iss b/windows/putty.iss index 0724b201..c6d885da 100644 --- a/windows/putty.iss +++ b/windows/putty.iss @@ -14,10 +14,10 @@ [Setup] AppName=PuTTY -AppVerName=PuTTY version 0.59 -VersionInfoTextVersion=Release 0.59 -AppVersion=0.59 -VersionInfoVersion=0.59.0.0 +AppVerName=PuTTY version 0.60 +VersionInfoTextVersion=Release 0.60 +AppVersion=0.60 +VersionInfoVersion=0.60.0.0 AppPublisher=Simon Tatham AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/ AppReadmeFile={app}\README.txt diff --git a/windows/version.rc2 b/windows/version.rc2 index 8474a62b..3c7d1b57 100644 --- a/windows/version.rc2 +++ b/windows/version.rc2 @@ -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,59 +#define BASE_VERSION 0,60 #if defined SNAPSHOT -- 2.11.0