Set version number to 3.0.0.2

This commit is contained in:
KoffeinFlummi 2015-05-02 00:49:43 +02:00
parent 4239772ce9
commit 97a9bffe98

View File

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