20 #define APPNAME "ZCinema" |
20 #define APPNAME "ZCinema" |
21 #define UNIXNAME "zcinema" |
21 #define UNIXNAME "zcinema" |
22 #define VERSION_MAJOR 1 |
22 #define VERSION_MAJOR 1 |
23 #define VERSION_MINOR 0 |
23 #define VERSION_MINOR 0 |
24 #define VERSION_PATCH 0 |
24 #define VERSION_PATCH 0 |
25 // #define IS_RELEASE |
25 // #define RELEASE |
26 |
26 |
27 #define MACRO_TO_STRING(A) MACRO_TO_STRING_(A) |
27 #define MACRO_TO_STRING(A) MACRO_TO_STRING_(A) |
28 #define MACRO_TO_STRING_(A) #A |
28 #define MACRO_TO_STRING_(A) #A |
29 |
29 |
30 #if VERSION_PATCH == 0 |
30 #if VERSION_PATCH == 0 |