diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/scm_rev.cpp.in | 2 |
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 @@ namespace Common { const char g_scm_rev[] = GIT_REV; -const char g_scm_ref_spec[] = GIT_BRANCH; +const char g_scm_branch[] = GIT_BRANCH; const char g_scm_desc[] = GIT_DESC; } // namespace |