From: simon Date: Sat, 10 Dec 2011 12:07:46 +0000 (+0000) Subject: Bump version number on trunk prior to tagging 0.62 on the branch. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/b1eb1f9521f2bcb720557e5a4d176d8cadbf55aa Bump version number on trunk prior to tagging 0.62 on the branch. git-svn-id: svn://svn.tartarus.org/sgt/putty@9365 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/LATEST.VER b/LATEST.VER index 6e8cb1ef..36808a54 100644 --- a/LATEST.VER +++ b/LATEST.VER @@ -1 +1 @@ -0.61 +0.62 diff --git a/doc/plink.but b/doc/plink.but index 88877fc3..a3d1fa88 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.61 +\c Release 0.62 \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 8e361a8d..f2b3538e 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.61 +\c Release 0.62 \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/windows/putty.iss b/windows/putty.iss index 2553beb3..f9679160 100644 --- a/windows/putty.iss +++ b/windows/putty.iss @@ -14,10 +14,10 @@ [Setup] AppName=PuTTY -AppVerName=PuTTY version 0.61 -VersionInfoTextVersion=Release 0.61 -AppVersion=0.61 -VersionInfoVersion=0.61.0.0 +AppVerName=PuTTY version 0.62 +VersionInfoTextVersion=Release 0.62 +AppVersion=0.62 +VersionInfoVersion=0.62.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 a7ab5fc4..70119981 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,61 +#define BASE_VERSION 0,62 #if defined SNAPSHOT