Increment version

This commit is contained in:
Barry Harris 2012-01-27 20:09:52 +00:00
parent 6af3ef713f
commit 4c8e5a4342
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 21
#define VER_ALPHA 22
#define BURN_VERSION (VER_MAJOR * 0x100000) + (VER_MINOR * 0x010000) + (((VER_BETA / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA % 10))