/* 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"