From 80a040ac772132a8d8e7385c0261f545adc88aee Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 23 Apr 2014 19:13:00 -0700 Subject: fixes to scm_rev generation to make it conistent with windows build --- src/common/scm_rev.cpp.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/scm_rev.cpp.in') diff --git a/src/common/scm_rev.cpp.in b/src/common/scm_rev.cpp.in index 9e2bcfdd..512c5bd4 100644 --- a/src/common/scm_rev.cpp.in +++ b/src/common/scm_rev.cpp.in @@ -5,13 +5,13 @@ #include "common/scm_rev.h" #define GIT_REV "@GIT_REV@" -#define GIT_REF_SPEC "@GIT_REF_SPEC@" +#define GIT_BRANCH "@GIT_BRANCH@" #define GIT_DESC "@GIT_DESC@" namespace Common { const char g_scm_rev[] = GIT_REV; -const char g_scm_ref_spec[] = GIT_REF_SPEC; +const char g_scm_ref_spec[] = GIT_BRANCH; const char g_scm_desc[] = GIT_DESC; } // namespace -- cgit v1.2.3