aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-08-12 09:16:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-12 09:16:47 +0300
commitfc9dbf81953ebe3b0757638671eb31787f4f387d (patch)
tree04d91486e49b29529cf89ca19dcf3dce4df0d573 /bdep/publish.cxx
parent7a6c15e8ff135fc6b22b09038454d007da9642f4 (diff)
Make get_ver static
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)