bump to 3.3.1.1

This commit is contained in:
ViperMaul 2015-09-16 05:09:48 -07:00
parent f83a76b304
commit e78b59c28a

View File

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