summaryrefslogtreecommitdiff
path: root/src/common/scm_rev.cpp.in
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-02-23 16:24:48 -0500
committerGitHub <noreply@github.com>2017-02-23 16:24:48 -0500
commit4dee08b34334607740fa348d449f2b3f25116f0c (patch)
treed6f3200b3f3d72842187e9fd48c3f19c632e47c5 /src/common/scm_rev.cpp.in
parenta7360f26421fb6c69bc095e31833836e06d894ac (diff)
parentb090422991a6a4d29401aca91829e271bf9519b8 (diff)
Merge pull request #2441 from jroweboy/titlebar
Gui: Change title bar to include build name
Diffstat (limited to 'src/common/scm_rev.cpp.in')
-rw-r--r--src/common/scm_rev.cpp.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/scm_rev.cpp.in b/src/common/scm_rev.cpp.in
index 79b404bb8..0080db5d5 100644
--- a/src/common/scm_rev.cpp.in
+++ b/src/common/scm_rev.cpp.in
@@ -7,12 +7,14 @@
#define GIT_REV "@GIT_REV@"
#define GIT_BRANCH "@GIT_BRANCH@"
#define GIT_DESC "@GIT_DESC@"
+#define BUILD_NAME "@REPO_NAME@"
namespace Common {
const char g_scm_rev[] = GIT_REV;
const char g_scm_branch[] = GIT_BRANCH;
const char g_scm_desc[] = GIT_DESC;
+const char g_build_name[] = BUILD_NAME;
} // namespace