diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2016-06-18 00:13:37 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2016-06-18 18:31:40 +0200 |
| commit | 49ce9b153df07647a3fd70bf2fdec705d927455c (patch) | |
| tree | 6e3f4b3809fb93f24daab0d08cc85f5e4ef2c3e9 /Source/Core/Common/Version.cpp | |
| parent | c4f5c471bb61a2c66a5acc235c1f4057ec03ec67 (diff) | |
scmrev: Add "distributor" option.
Used to distinguish between Dolphin distributions (e.g. "dolphin-emu.org",
"Ishiiruka", etc.).
Diffstat (limited to 'Source/Core/Common/Version.cpp')
| -rw-r--r-- | Source/Core/Common/Version.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
