mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
0e0fd7702c
[originally from svn r148]
15 lines
411 B
C
15 lines
411 B
C
/* PuTTY version number */
|
|
/*
|
|
* Note that this file is used by resource compilers that don't
|
|
* implement the funkier bits of CPP
|
|
*/
|
|
|
|
#define PUTTY_VERS_MAJOR 0
|
|
#define PUTTY_VERS_MAJOR_BCD 0x00
|
|
#define PUTTY_VERS_MINOR 45
|
|
#define PUTTY_VERS_MINOR_BCD 0x45
|
|
#define PUTTY_VERS_PRERELEASE 0
|
|
#define PUTTY_VERS_STATE development
|
|
#define PUTTY_VERS_SHORT_STR "0.45d0"
|
|
#define PUTTY_VERS_LONG_STR "Dev 0.45 Mac 0"
|