diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:22 +0200 |
commit | 72a1b4102747748a090263941f66bc7cd59f01da (patch) | |
tree | 6953582fd7c3b8542bf8b28faca6e9d237aace91 /manifest | |
parent | 622f8cf092f58c175859f7bc89cd8e966b113ade (diff) |
Release version 0.16.0v0.16.0
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ : 1 name: bbot -version: 0.16.0-a.0.z +version: 0.16.0 project: build2 summary: build2 build bot license: MIT @@ -15,9 +15,9 @@ email: users@build2.org build-warning-email: builds@build2.org builds: host requires: c++14 -depends: * build2 >= 0.15.0- -depends: * bpkg >= 0.15.0- +depends: * build2 >= 0.16.0- +depends: * bpkg >= 0.16.0- # @@ DEP Should probably become conditional dependency. #requires: ? cli ; Only required if changing .cli files. -depends: libbutl [0.16.0-a.0.1 0.16.0-a.1) -depends: libbbot [0.16.0-a.0.1 0.16.0-a.1) +depends: libbutl ^0.16.0 +depends: libbbot ^0.16.0 |