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 | 2c45274be4be9000c4de6ca5b1b9f0b32d7439cd (patch) | |
tree | cb915f24c9dec851790c48b2c48b6c0a29d0a0af /manifest | |
parent | 72a1b4102747748a090263941f66bc7cd59f01da (diff) |
Change version to 0.17.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: bbot -version: 0.16.0 +version: 0.17.0-a.0.z project: build2 summary: build2 build bot license: MIT @@ -19,5 +19,5 @@ 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 -depends: libbbot ^0.16.0 +depends: libbutl [0.17.0-a.0.1 0.17.0-a.1) +depends: libbbot [0.17.0-a.0.1 0.17.0-a.1) |