diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-12 14:42:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-12 14:42:14 +0200 |
commit | 6faf0a374017386b4e662f640a1a2facf782d9e9 (patch) | |
tree | a2e8c859fbd4b403faa0142a04465c03223f38b1 /manifest | |
parent | 99a1bfd3b65598afb54a85184f00e697e7c63b16 (diff) |
Bump version to 0.9.0-a.0.z, master is open for business
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.8.0 +version: 0.9.0-a.0.z project: build2 summary: build2 build bot license: TBC ; All rights reserved @@ -17,5 +17,5 @@ depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl ^0.8.0 -depends: libbbot ^0.8.0 +depends: libbutl [0.9.0-a.0.1 0.9.0-a.1) +depends: libbbot [0.9.0-a.0.1 0.9.0-a.1) |