diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:18 +0200 |
commit | f9abc5b315776a25fe3efd712ed342114a6f5b50 (patch) | |
tree | 491d6402d0637f040bf4aedf63d0ce3e91f98e37 | |
parent | d0f16af9d32174b28bbecd377979b623613610cc (diff) |
Change version to 0.17.0-a.0.z
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ : 1 name: libbbot -version: 0.16.0 +version: 0.17.0-a.0.z project: build2 summary: build2 build bot utility library license: MIT @@ -17,5 +17,5 @@ builds: host requires: c++14 depends: * build2 >= 0.16.0- depends: * bpkg >= 0.16.0- -depends: libbutl ^0.16.0 -depends: libbpkg ^0.16.0 +depends: libbutl [0.17.0-a.0.1 0.17.0-a.1) +depends: libbpkg [0.17.0-a.0.1 0.17.0-a.1) |