1 2 3 4 5 6 7
#ifndef VERSION_H #define VERSION_H #define VERSION_MAJOR 0 #define VERSION_MINOR 0x51 #endif // VERSION_H