src/version.h

changeset 1217
314e12e23c3a
parent 968
4b93b7963456
child 1222
34def2630300
equal deleted inserted replaced
1216:12f9ea615cbc 1217:314e12e23c3a
26 26
27 #define VERSION_MAJOR 0 27 #define VERSION_MAJOR 0
28 #define VERSION_MINOR 4 28 #define VERSION_MINOR 4
29 #define VERSION_PATCH 0 29 #define VERSION_PATCH 0
30 30
31 #define VERSION_MAJOR_MINOR_STRING MACRO_TO_STRING (VERSION_MAJOR) "." MACRO_TO_STRING (VERSION_MINOR) 31 #define VERSION_MAJOR_MINOR_STRING MACRO_TO_STRING(VERSION_MAJOR) "." MACRO_TO_STRING(VERSION_MINOR)
32 32
33 #if VERSION_PATCH == 0 33 #if VERSION_PATCH == 0
34 # define VERSION_STRING VERSION_MAJOR_MINOR_STRING 34 # define VERSION_STRING VERSION_MAJOR_MINOR_STRING
35 #else 35 #else
36 # define VERSION_STRING VERSION_MAJOR_MINOR_STRING "." MACRO_TO_STRING (VERSION_PATCH) 36 # define VERSION_STRING VERSION_MAJOR_MINOR_STRING "." MACRO_TO_STRING(VERSION_PATCH)
37 #endif 37 #endif
38 38
39 // 39 //
40 // Build ID, this is BUILD_RELEASE for releases 40 // Build ID, this is BUILD_RELEASE for releases
41 // 41 //

mercurial