diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-15 14:42:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-15 14:42:24 +0200 |
commit | b1aafd32c2e8eaa636eb13398219f225f480e788 (patch) | |
tree | 699076452e5b12ef51b039488d1f15db725ce45e /tests/publish.test | |
parent | 8e5f53fd249f08b0be0a7d4eec65f425cfb79eae (diff) |
Always use full (three-component) git version for consistency
Diffstat (limited to 'tests/publish.test')
-rw-r--r-- | tests/publish.test | 2 |
1 files changed, 1 insertions, 1 deletions
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) |