From b1aafd32c2e8eaa636eb13398219f225f480e788 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Aug 2018 14:42:24 +0200 Subject: Always use full (three-component) git version for consistency --- bdep/publish.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/publish.cxx') 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}; -- cgit v1.1