1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Oops - merge version number bump from branch-0-55 (such was the plan).

[originally from svn r4430]
This commit is contained in:
Jacob Nevins 2004-08-09 17:04:50 +00:00
parent aaeca0f4a0
commit 49e9abb645
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.54 0.55

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 0x54 #define VERSION_MINOR 0x55
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.54 AppVerName=PuTTY version 0.55
DefaultDirName={pf}\PuTTY DefaultDirName={pf}\PuTTY
DefaultGroupName=PuTTY DefaultGroupName=PuTTY
UninstallDisplayIcon={app}\putty.exe UninstallDisplayIcon={app}\putty.exe