aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/publish.cxx')
-rw-r--r--bdep/publish.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/publish.cxx b/bdep/publish.cxx
index df72da7..1afdd36 100644
--- a/bdep/publish.cxx
+++ b/bdep/publish.cxx
@@ -29,7 +29,7 @@ namespace bdep
// worktree command used. We also use bpkg that caps the git version at
// 2.12, so let's use is as the lowest common denominator.
//
- const standard_version git_ver ("2.12.0");
+ static const standard_version git_ver ("2.12.0");
static inline url
parse_url (const string& s, const char* what)