aboutsummaryrefslogtreecommitdiffstats
path: root/common/version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'common/version.h.in')
-rw-r--r--common/version.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/version.h.in b/common/version.h.in
new file mode 100644
index 00000000..8072116b
--- /dev/null
+++ b/common/version.h.in
@@ -0,0 +1,6 @@
+#ifndef VERSION_H
+#define VERSION_H
+
+#define GIT_COMMIT_HASH_STR "@GIT_COMMIT_HASH@"
+
+#endif \ No newline at end of file