Bump the build number from 0 to 1

This commit is contained in:
ViperMaul 2015-06-17 08:15:19 -07:00
parent 6ee0672ba2
commit bab33bfbe2

View File

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