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/manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/manifest') 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