diff options
Diffstat (limited to 'src/common/scm_rev.cpp.in')
| -rw-r--r-- | src/common/scm_rev.cpp.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/scm_rev.cpp.in b/src/common/scm_rev.cpp.in index 9e2bcfdd8..512c5bd4c 100644 --- a/src/common/scm_rev.cpp.in +++ b/src/common/scm_rev.cpp.in | |||
| @@ -5,13 +5,13 @@ | |||
| 5 | #include "common/scm_rev.h" | 5 | #include "common/scm_rev.h" |
| 6 | 6 | ||
| 7 | #define GIT_REV "@GIT_REV@" | 7 | #define GIT_REV "@GIT_REV@" |
| 8 | #define GIT_REF_SPEC "@GIT_REF_SPEC@" | 8 | #define GIT_BRANCH "@GIT_BRANCH@" |
| 9 | #define GIT_DESC "@GIT_DESC@" | 9 | #define GIT_DESC "@GIT_DESC@" |
| 10 | 10 | ||
| 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_REF_SPEC; | 14 | const char g_scm_ref_spec[] = GIT_BRANCH; |
| 15 | const char g_scm_desc[] = GIT_DESC; | 15 | const char g_scm_desc[] = GIT_DESC; |
| 16 | 16 | ||
| 17 | } // namespace | 17 | } // namespace |