diff options
author | ShizZy <shizzy@6bit.net> | 2014-04-23 22:04:33 -0400 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2014-04-23 22:04:33 -0400 |
commit | 121960a2eb2141ac9313803b88f9adb043407475 (patch) | |
tree | d6cea03497f720eb2ebd17970292becf742125c2 /src/common/scm_rev.h | |
parent | 4405a53cf3b669e84b1d953d35e89ec29b916293 (diff) |
updated windows scm_rev code to use new style
Diffstat (limited to 'src/common/scm_rev.h')
-rw-r--r-- | src/common/scm_rev.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/scm_rev.h b/src/common/scm_rev.h index 7f5ce119c..d34664614 100644 --- a/src/common/scm_rev.h +++ b/src/common/scm_rev.h @@ -7,8 +7,7 @@ namespace Common { extern const char g_scm_rev[]; -extern const char g_scm_ref_spec[]; +extern const char g_scm_branch[]; extern const char g_scm_desc[]; } // namespace - |