summaryrefslogtreecommitdiffstats
path: root/core/version.hh
diff options
context:
space:
mode:
Diffstat (limited to 'core/version.hh')
-rw-r--r--core/version.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/version.hh b/core/version.hh
new file mode 100644
index 0000000..627df17
--- /dev/null
+++ b/core/version.hh
@@ -0,0 +1,12 @@
+#ifndef CORE_VERSION_HH
+#define CORE_VERSION_HH 1
+#pragma once
+
+extern const unsigned long project_version_major;
+extern const unsigned long project_version_minor;
+extern const unsigned long project_version_patch;
+extern const unsigned long project_version_tweak;
+
+extern const char* project_version_string;
+
+#endif // CORE_VERSION_HH