summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Src/Version.cpp')
-rw-r--r--Source/Core/Common/Src/Version.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Version.cpp b/Source/Core/Common/Src/Version.cpp
index 97e232785d..a668d24e1b 100644
--- a/Source/Core/Common/Src/Version.cpp
+++ b/Source/Core/Common/Src/Version.cpp
@@ -50,3 +50,5 @@ const char *netplay_dolphin_ver = SCM_DESC_STR " M" NP_ARCH;
#else
const char *netplay_dolphin_ver = SCM_DESC_STR " L" NP_ARCH;
#endif
+
+const char *scm_rev_git_str = SCM_REV_STR;