Browse Source

Resolved undefined Common::g_scm_branch error.

pull/15/merge
Thomas Edvalson 12 years ago
parent
commit
08e1ba746f
  1. 2
      src/common/scm_rev.cpp.in

2
src/common/scm_rev.cpp.in

@ -11,7 +11,7 @@
namespace Common { namespace Common {
const char g_scm_rev[] = GIT_REV; 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; const char g_scm_desc[] = GIT_DESC;
} // namespace } // namespace

Loading…
Cancel
Save