summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-07-24 10:29:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-07-24 10:29:10 +0200
commit6ee27810b0d97d3e85deea7e5a7694ae3d104ca7 (patch)
treea431892f6c2b75114fad83b1745e34da8dc043fa
parentbf12ff66e6209ec81b947fc3b4605c1ae7b6e5d5 (diff)
Release version 1.2.0-b.10+2v1.2.0-b.10+2
Bump build2 version requirement to 0.16.0 (we use the distribution path remapping functionality).
-rw-r--r--cli-examples/manifest6
-rw-r--r--cli-tests/manifest6
-rw-r--r--cli/manifest6
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 == $