mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 09:27:59 +00: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:
parent
893d187b81
commit
97154e55da
@ -1 +1 @@
|
||||
0.56
|
||||
0.57
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Current PuTTY version number. Minor is in BCD
|
||||
*/
|
||||
#define VERSION_MAJOR 0x00
|
||||
#define VERSION_MINOR 0x56
|
||||
#define VERSION_MINOR 0x57
|
||||
|
||||
resource 'vers' (1, purgeable) {
|
||||
#ifdef RELEASE
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
[Setup]
|
||||
AppName=PuTTY
|
||||
AppVerName=PuTTY version 0.56
|
||||
AppVerName=PuTTY version 0.57
|
||||
DefaultDirName={pf}\PuTTY
|
||||
DefaultGroupName=PuTTY
|
||||
UninstallDisplayIcon={app}\putty.exe
|
||||
|
Loading…
Reference in New Issue
Block a user