From 49ce9b153df07647a3fd70bf2fdec705d927455c Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sat, 18 Jun 2016 00:13:37 +0200 Subject: scmrev: Add "distributor" option. Used to distinguish between Dolphin distributions (e.g. "dolphin-emu.org", "Ishiiruka", etc.). --- Source/Core/Common/Version.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/Common/Version.cpp') diff --git a/Source/Core/Common/Version.cpp b/Source/Core/Common/Version.cpp index 8c97ed78a9..c02a83a21c 100644 --- a/Source/Core/Common/Version.cpp +++ b/Source/Core/Common/Version.cpp @@ -36,3 +36,4 @@ 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; -- cgit v1.2.3