src/common.h

changeset 382
c1642530ea35
parent 381
241f65769a57
child 402
ec95fc95e5f3
equal deleted inserted replaced
381:241f65769a57 382:c1642530ea35
38 #define VERSION_MAJOR 0 38 #define VERSION_MAJOR 0
39 #define VERSION_MINOR 2 39 #define VERSION_MINOR 2
40 #define VERSION_PATCH 999 40 #define VERSION_PATCH 999
41 #define BUILD_ID BUILD_INTERNAL 41 #define BUILD_ID BUILD_INTERNAL
42 42
43 // =============================================
44 #if (BUILD_ID != BUILD_INTERNAL)
45 #define RELEASE
46 #endif // BUILD_ID
47
48 #define BUILD_INTERNAL 0 43 #define BUILD_INTERNAL 0
49 #define BUILD_ALPHA 1 44 #define BUILD_ALPHA 1
50 #define BUILD_BETA 2 45 #define BUILD_BETA 2
51 #define BUILD_RC 3 46 #define BUILD_RC 3
52 #define BUILD_RELEASE 4 47 #define BUILD_RELEASE 4
48
49 // =============================================
50 #if (BUILD_ID != BUILD_INTERNAL)
51 #define RELEASE
52 #endif // BUILD_ID
53 53
54 #ifndef RELEASE 54 #ifndef RELEASE
55 # define devf(...) doDevf (__func__, __VA_ARGS__); 55 # define devf(...) doDevf (__func__, __VA_ARGS__);
56 #else 56 #else
57 # define devf(...) 57 # define devf(...)

mercurial