Go to the documentation of this file.
19 #ifndef __APRIL_VERSION_HEADER_INC__
20 #define __APRIL_VERSION_HEADER_INC__
37 #define APRIL_VERSION_MAJOR 1
38 #define APRIL_VERSION_MINOR 0
39 #define APRIL_VERSION_REV 0
41 #define APRIL_VERSION \
42 (APRIL_VERSION_MAJOR*0x1000000) +\
43 APRIL_VERSION_MINOR* 0x10000 + \
46 #define APRIL_VER_STR "1.0.0"
69 #endif // __APRIL_VERSION_HEADER_INC__