src/common.h

changeset 244
fc090d0491a0
parent 243
a7c72c847634
child 246
56226ddd4ad3
equal deleted inserted replaced
243:a7c72c847634 244:fc090d0491a0
33 #include "config.h" 33 #include "config.h"
34 #include "types.h" 34 #include "types.h"
35 35
36 #define APPNAME "LDForge" 36 #define APPNAME "LDForge"
37 #define VERSION_MAJOR 0 37 #define VERSION_MAJOR 0
38 #define VERSION_MINOR 0 38 #define VERSION_MINOR 1
39 #define VERSION_PATCH 999 39 #define VERSION_PATCH 0
40 #define BUILD_ID BUILD_INTERNAL 40 #define BUILD_ID BUILD_ALPHA
41 41
42 // ============================================= 42 // =============================================
43 #if (BUILD_ID != BUILD_INTERNAL) 43 #if (BUILD_ID != BUILD_INTERNAL)
44 #define RELEASE 44 #define RELEASE
45 #endif // BUILD_ID 45 #endif // BUILD_ID

mercurial