#ifndef VERSION_H #define VERSION_H #define VERSION_MAJOR 1 #define VERSION_MINOR 0 #define VERSION_EXTRA_STR "" #define VERSION_STR "1.0" #define VERSION_DATE "2012-10-15" #endif