version bump

This commit is contained in:
Barry Harris 2017-04-16 14:43:03 +00:00
parent 2a5fa13e15
commit d724b5b28d
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 40
#define VER_ALPHA 41
#define BURN_VERSION (VER_MAJOR * 0x100000) + (VER_MINOR * 0x010000) + (((VER_BETA / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA % 10))