#ifndef VERSION_H #define VERSION_H #define VERSION_MAJOR 1 #define VERSION_MINOR 1 #define VERSION_EXTRA_STR "" #define VERSION_STR "1.1" #define VERSION_DATE "2013-02-19" #endif