diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 12:23:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 12:23:01 +0200 |
commit | 8ecd463ac2fe8e0c2e7ba873645043b0f41aba0b (patch) | |
tree | 5346fcf5668cb17c26cd3cd3f4328d2b130011aa /manifest | |
parent | e9a25153d9230e7b31593dc4a9d5d03361e28022 (diff) |
Change version to 0.18.0-a.0.z
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ : 1 name: libbbot -version: 0.17.0 +version: 0.18.0-a.0.z project: build2 summary: build2 build bot utility library license: MIT @@ -17,5 +17,5 @@ builds: all : &host requires: c++14 depends: * build2 >= 0.16.0 depends: * bpkg >= 0.16.0 -depends: libbutl ^0.17.0 -depends: libbpkg ^0.17.0 +depends: libbutl [0.18.0-a.0.1 0.18.0-a.1) +depends: libbpkg [0.18.0-a.0.1 0.18.0-a.1) |