Go to the documentation of this file.
27 #ifndef VERSION_H_INCLUDED
28 #define VERSION_H_INCLUDED
31 #define APME_VERSION_MAJOR 0
33 #define APME_VERSION_MINOR 6
35 #define APME_VERSION_REVISION 99
37 #define APME_VERSION_NAME "Development"
40 #define __APM_STR(x) #x
42 #define APM_STR(x) __APM_STR(x)
45 #define APME_VERSION_STRING APM_STR(APME_VERSION_MAJOR) "." \
46 APM_STR(APME_VERSION_MINOR) "." \
47 APM_STR(APME_VERSION_REVISION) " "\
48 "(" APME_VERSION_NAME ")"