aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-15 14:42:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-15 14:42:24 +0200
commitb1aafd32c2e8eaa636eb13398219f225f480e788 (patch)
tree699076452e5b12ef51b039488d1f15db725ce45e /bdep/publish.cxx
parent8e5f53fd249f08b0be0a7d4eec65f425cfb79eae (diff)
Always use full (three-component) git version for consistency
Diffstat (limited to 'bdep/publish.cxx')
-rw-r--r--bdep/publish.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/publish.cxx b/bdep/publish.cxx
index c498361..07e2396 100644
--- a/bdep/publish.cxx
+++ b/bdep/publish.cxx
@@ -26,9 +26,9 @@ using namespace butl;
namespace bdep
{
- // The minimum supported git version must be at least 2.5 due to the git
+ // The minimum supported git version must be at least 2.5.0 due to the git
// 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.
+ // 2.12.0, so let's use is as the lowest common denominator.
//
static const semantic_version git_ver {2, 12, 0};