#ifndef VERSION_H #define VERSION_H #define VERSION_MAJOR 1 #define VERSION_MINOR 3 #define VERSION_EXTRA_STR "" #define VERSION_STR "1.3" #define VERSION_DATE "2013-02-26" #endif