summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Version.cpp
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2013-09-23 01:06:03 -0400
committercomex <comexk@gmail.com>2013-09-24 01:14:56 -0400
commit2f384c75d23bb33ae5d382cb673c48f4f09c83a5 (patch)
tree7b921571b5baa3fb74aeccd8f6178d322bf41ce6 /Source/Core/Common/Src/Version.cpp
parent146cf56295cd366d05ab614d38a4627dc987a675 (diff)
Only include scmrev.h from Version.cpp.
This way less code has to be rebuilt whenever that file gets regenerated.
Diffstat (limited to 'Source/Core/Common/Src/Version.cpp')
-rw-r--r--Source/Core/Common/Src/Version.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Version.cpp b/Source/Core/Common/Src/Version.cpp
index db89a25a82..944cc55906 100644
--- a/Source/Core/Common/Src/Version.cpp
+++ b/Source/Core/Common/Src/Version.cpp
@@ -43,3 +43,6 @@ const char *netplay_dolphin_ver = SCM_DESC_STR " L" NP_ARCH;
#endif
const char *scm_rev_git_str = SCM_REV_STR;
+
+const char *scm_desc_str = SCM_DESC_STR;
+const char *scm_branch_str = SCM_BRANCH_STR;