diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-21 16:35:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-21 16:35:45 +0200 |
commit | 7739553eb0b7cc0733698d1e7c9c4f23f3dca17c (patch) | |
tree | f648001c00cee1af1a0064f5d5e6e84cd82de8bf /manifest | |
parent | ad3881e2074a7af5a902ee577931794fe1d4faeb (diff) |
Change version to 0.10.0-a.0.z
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.9.0 +version: 0.10.0-a.0.z project: build2 summary: build2 build bot license: TBC ; All rights reserved @@ -14,9 +14,9 @@ email: users@build2.org build-email: builds@build2.org #builds: all requires: c++14 -depends: * build2 >= 0.8.0- -depends: * bpkg >= 0.8.0- +depends: * build2 >= 0.9.0 +depends: * bpkg >= 0.9.0 # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl ^0.9.0 -depends: libbbot ^0.9.0 +depends: libbutl [0.10.0-a.0.1 0.10.0-a.1) +depends: libbbot [0.10.0-a.0.1 0.10.0-a.1) |