diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-20 09:13:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-20 09:13:16 +0200 |
commit | 90fb4dcbc6f819095d82a895b65cd5e52ce23e67 (patch) | |
tree | 20e4ff8b9d16ca9c90c6df061a4b28866a8fa97b /manifest | |
parent | cc085584605bc18fcdf0d938597c8c3efea6a2c2 (diff) |
Change to version 0.15.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.14.0 +version: 0.15.0-a.0.z project: build2 summary: build2 build bot license: MIT @@ -19,5 +19,5 @@ depends: * build2 >= 0.14.0- depends: * bpkg >= 0.14.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl ^0.14.0 -depends: libbbot ^0.14.0 +depends: libbutl [0.15.0-a.0.1 0.15.0-a.1) +depends: libbbot [0.15.0-a.0.1 0.15.0-a.1) |