Set version number to 3.0.0.3

This commit is contained in:
ViperMaul 2015-05-12 07:08:45 -07:00
parent 66f5ed43c0
commit ab580dd1c7

View File

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