From 6ee27810b0d97d3e85deea7e5a7694ae3d104ca7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jul 2023 10:29:10 +0200 Subject: Release version 1.2.0-b.10+2 Bump build2 version requirement to 0.16.0 (we use the distribution path remapping functionality). --- cli-examples/manifest | 6 +++--- cli-tests/manifest | 6 +++--- cli/manifest | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli-examples/manifest b/cli-examples/manifest index 3e3bd16..ae6b468 100644 --- a/cli-examples/manifest +++ b/cli-examples/manifest @@ -1,6 +1,6 @@ : 1 name: cli-examples -version: 1.2.0-b.10+1 +version: 1.2.0-b.10+2 project: cli summary: Examples of using the CLI language and compiler for C++ license: MIT @@ -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.15.0- -depends: * bpkg >= 0.15.0- +depends: * build2 >= 0.16.0 +depends: * bpkg >= 0.16.0 diff --git a/cli-tests/manifest b/cli-tests/manifest index 0255a58..b988d3f 100644 --- a/cli-tests/manifest +++ b/cli-tests/manifest @@ -1,6 +1,6 @@ : 1 name: cli-tests -version: 1.2.0-b.10+1 +version: 1.2.0-b.10+2 project: cli summary: Tests for the CLI compiler for C++ license: MIT @@ -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.15.0- -depends: * bpkg >= 0.15.0- +depends: * build2 >= 0.16.0 +depends: * bpkg >= 0.16.0 diff --git a/cli/manifest b/cli/manifest index e759147..b6dc1aa 100644 --- a/cli/manifest +++ b/cli/manifest @@ -1,6 +1,6 @@ : 1 name: cli -version: 1.2.0-b.10+1 +version: 1.2.0-b.10+2 summary: Command line interface (CLI) compiler for C++ license: MIT topics: C++, command line interface, source code generation, \ @@ -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.15.0- -depends: * bpkg >= 0.15.0- +depends: * build2 >= 0.16.0 +depends: * bpkg >= 0.16.0 depends: libcutl ^1.11.0- tests: * cli-tests == $ examples: * cli-examples == $ -- cgit v1.1