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 --- tests/publish.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/publish.test') diff --git a/tests/publish.test b/tests/publish.test index d8d86d8..663066f 100644 --- a/tests/publish.test +++ b/tests/publish.test @@ -5,7 +5,7 @@ .include common.test project.test # bdep-publish requirements for the minimum supported git version are higher -# then the default 2.1 (see bdep/publish.cxx for details). +# then the default 2.1.0 (see bdep/publish.cxx for details). # +if! ($git_version_major > 2 || \ $git_version_major == 2 && $git_version_minor >= 12) -- cgit v1.1