38 #define VERSION_MINOR 0 |
38 #define VERSION_MINOR 0 |
39 #define VERSION_PATCH 999 |
39 #define VERSION_PATCH 999 |
40 #define BUILD_ID BUILD_INTERNAL |
40 #define BUILD_ID BUILD_INTERNAL |
41 |
41 |
42 // ============================================= |
42 // ============================================= |
43 #define RELEASE (BUILD_ID != BUILD_INTERNAL) |
43 #if (BUILD_ID != BUILD_INTERNAL) |
|
44 #define RELEASE |
|
45 #endif // BUILD_ID |
44 |
46 |
45 #define BUILD_INTERNAL 0 |
47 #define BUILD_INTERNAL 0 |
46 #define BUILD_ALPHA 1 |
48 #define BUILD_ALPHA 1 |
47 #define BUILD_BETA 2 |
49 #define BUILD_BETA 2 |
48 #define BUILD_RC 3 |
50 #define BUILD_RC 3 |