]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - version.h
Missing dependency
[PuTTY.git] / version.h
1 /* PuTTY version number */
2 /*
3  * Note that this file is used by resource compilers that don't
4  * implement the funkier bits of CPP
5  */
6
7 #define PUTTY_VERS_MAJOR        0
8 #define PUTTY_VERS_MAJOR_BCD    0x00
9 #define PUTTY_VERS_MINOR        45
10 #define PUTTY_VERS_MINOR_BCD    0x45
11 #define PUTTY_VERS_PRERELEASE   0
12 #define PUTTY_VERS_STATE        development
13 #define PUTTY_VERS_SHORT_STR    "0.45d0"
14 #define PUTTY_VERS_LONG_STR     "Dev 0.45 Mac 0"