src/main.h

changeset 40
809a75a7113b
parent 37
c82a86ea87be
child 43
1394901b557a
equal deleted inserted replaced
39:2c368cf5cc19 40:809a75a7113b
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

mercurial