summaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h19
1 files changed, 19 insertions, 0 deletions
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 <QString>
+
+#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