diff options
Diffstat (limited to 'src')
| -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 @@ | |||
| 11 | namespace Common { | 11 | namespace Common { |
| 12 | 12 | ||
| 13 | const char g_scm_rev[] = GIT_REV; | 13 | const char g_scm_rev[] = GIT_REV; |
| 14 | const char g_scm_ref_spec[] = GIT_BRANCH; | 14 | const char g_scm_branch[] = GIT_BRANCH; |
| 15 | const char g_scm_desc[] = GIT_DESC; | 15 | const char g_scm_desc[] = GIT_DESC; |
| 16 | 16 | ||
| 17 | } // namespace | 17 | } // namespace |