From d24f813f3f2a05c112e803e4256b53535895fc98 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 14 Jul 2021 11:49:10 +1200 Subject: Initial mirror commit --- src/version.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/version.h (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h new file mode 100644 index 0000000..526a65c --- /dev/null +++ b/src/version.h @@ -0,0 +1,19 @@ +#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 -- cgit