New version. :)

This commit is contained in:
Barry Harris 2011-12-17 15:39:05 +00:00
parent e26d965824
commit 1c07c05a2d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#define VER_MAJOR 0
#define VER_MINOR 2
#define VER_BETA 97
#define VER_ALPHA 16
#define VER_ALPHA 17
#define BURN_VERSION (VER_MAJOR * 0x100000) + (VER_MINOR * 0x010000) + (((VER_BETA / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA % 10))