From be64f285c1c74567353838f37203c63d3d8e27b5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 29 Jun 2022 13:38:12 +0200 Subject: Bump minimum build2 version requirement --- cli-examples/manifest | 4 ++-- cli-tests/manifest | 4 ++-- cli/manifest | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli-examples/manifest b/cli-examples/manifest index a3d7683..b215afd 100644 --- a/cli-examples/manifest +++ b/cli-examples/manifest @@ -10,5 +10,5 @@ doc-url: https://www.codesynthesis.com/projects/cli/doc/guide/ src-url: https://git.codesynthesis.com/cgit/cli/cli/tree/cli-examples/ email: cli-users@codesynthesis.com ; Mailing list requires: c++14 -depends: * build2 >= 0.14.0- -depends: * bpkg >= 0.14.0- +depends: * build2 >= 0.15.0- +depends: * bpkg >= 0.15.0- diff --git a/cli-tests/manifest b/cli-tests/manifest index cd8475a..89f026a 100644 --- a/cli-tests/manifest +++ b/cli-tests/manifest @@ -10,5 +10,5 @@ doc-url: https://www.codesynthesis.com/projects/cli/doc/guide/ src-url: https://git.codesynthesis.com/cgit/cli/cli/tree/cli-tests/ email: cli-users@codesynthesis.com ; Mailing list requires: c++14 -depends: * build2 >= 0.14.0- -depends: * bpkg >= 0.14.0- +depends: * build2 >= 0.15.0- +depends: * bpkg >= 0.15.0- diff --git a/cli/manifest b/cli/manifest index 268c618..039b74a 100644 --- a/cli/manifest +++ b/cli/manifest @@ -14,8 +14,8 @@ email: cli-users@codesynthesis.com ; Mailing list build-warning-email: builds@codesynthesis.com requires: c++14 requires: host -depends: * build2 >= 0.14.0- -depends: * bpkg >= 0.14.0- +depends: * build2 >= 0.15.0- +depends: * bpkg >= 0.15.0- depends: libcutl ^1.11.0- tests: * cli-tests == $ examples: * cli-examples == $ -- cgit v1.1