#ifndef VERSION_H #define VERSION_H #define VERSION_MAJOR 1 #define VERSION_MINOR 2 #define VERSION_EXTRA_STR "1" #define VERSION_STR "1.2-1" #define VERSION_DATE "2013-02-22" #endif