summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/scmrev.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/Common/scmrev.h.in b/Source/Core/Common/scmrev.h.in
new file mode 100644
index 0000000000..6be4c461bb
--- /dev/null
+++ b/Source/Core/Common/scmrev.h.in
@@ -0,0 +1,5 @@
+#define SCM_REV_STR "${DOLPHIN_WC_REVISION}"
+#define SCM_DESC_STR "${DOLPHIN_WC_DESCRIBE}"
+#define SCM_BRANCH_STR "${DOLPHIN_WC_BRANCH}"
+#define SCM_IS_MASTER ${DOLPHIN_WC_IS_STABLE}
+#define SCM_DISTRIBUTOR_STR "${DISTRIBUTOR}"