summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/scm_rev.cpp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scm_rev.cpp.in b/src/common/scm_rev.cpp.in
index 512c5bd4c..09366e801 100644
--- a/src/common/scm_rev.cpp.in
+++ b/src/common/scm_rev.cpp.in
@@ -11,7 +11,7 @@
11namespace Common { 11namespace Common {
12 12
13const char g_scm_rev[] = GIT_REV; 13const char g_scm_rev[] = GIT_REV;
14const char g_scm_ref_spec[] = GIT_BRANCH; 14const char g_scm_branch[] = GIT_BRANCH;
15const char g_scm_desc[] = GIT_DESC; 15const char g_scm_desc[] = GIT_DESC;
16 16
17} // namespace 17} // namespace