summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Version.cpp
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-05-21 11:25:38 -0400
committerGitHub <noreply@github.com>2021-05-21 11:25:38 -0400
commit7d8c3ff7d20f6d02e57464ea44594951c147b0a0 (patch)
treec285be1301bf3729268d9dc870f2da958644d3e6 /Source/Core/Common/Version.cpp
parentbc89df897e9f33afb0f2360b0236cf9eb2a698f3 (diff)
parent27cc0b539a5fb4c7ac09342a0d265133afe9a0f4 (diff)
Merge pull request #9732 from JosJuice/avoid-including-scmrev
Avoid including scmrev.h except in Version.cpp
Diffstat (limited to 'Source/Core/Common/Version.cpp')
-rw-r--r--Source/Core/Common/Version.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Version.cpp b/Source/Core/Common/Version.cpp
index 372eb3204d..17b9b4e789 100644
--- a/Source/Core/Common/Version.cpp
+++ b/Source/Core/Common/Version.cpp
@@ -33,6 +33,7 @@ const std::string scm_rev_git_str = SCM_REV_STR;
const std::string scm_desc_str = SCM_DESC_STR;
const std::string scm_branch_str = SCM_BRANCH_STR;
const std::string scm_distributor_str = SCM_DISTRIBUTOR_STR;
+const std::string scm_update_track_str = SCM_UPDATE_TRACK_STR;
#ifdef _WIN32
const std::string netplay_dolphin_ver = SCM_DESC_STR " Win";