#ifndef VERSION_H #define VERSION_H #include #define DIC_VERSION "1.4" // Version of the dictionary XML file #define STUDY_VERSION "1.4" // Version of the study file #ifndef FM_VERSION #define FM_VERSION "0.0" #endif #ifndef BUILD_REVISION #define BUILD_REVISION "" #endif extern QString BuildStr; #endif