1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 21:12:47 -05:00

Added automatic version distinguishing code, to differentiate releases

from nightly builds from random development builds

[originally from svn r28]
This commit is contained in:
Simon Tatham
1999-02-09 15:18:34 +00:00
parent 0fc1c0c9c9
commit 3b1389a474
6 changed files with 56 additions and 18 deletions

View File

@ -19,8 +19,10 @@
#define IDN_LIST 1001
#define IDA_ICON 1001
#define IDA_TEXT 1002
#define IDA_LICENCE 1003
#define IDA_TEXT1 1002
#define IDA_VERSION 1003
#define IDA_TEXT2 1004
#define IDA_LICENCE 1005
#define IDC_TAB 1001
#define IDC_ABOUT 1002