Increment build number

This commit is contained in:
Glowbal 2016-09-05 08:27:58 +02:00
parent 3ba08cd6bb
commit be8b4468af

View File

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