Increment build number

This commit is contained in:
Glowbal 2016-10-15 11:44:43 +02:00
parent 8afb3c7279
commit d9a199b942

View File

@ -6,7 +6,7 @@
#define MAJOR 3
#define MINOR 8
#define PATCHLVL 0
#define BUILD 7
#define BUILD 8
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD