diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-21 06:40:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-21 06:40:21 +0200 |
commit | f891b8f2ca75f2aa8ba34152b6663de633fe4edb (patch) | |
tree | 0d3baf83ecdb184b360ce90729f2b2a6f5476558 /manifest | |
parent | c48dceb5b2a7213d500cdab70a93ea759454da3d (diff) |
Change version to 0.13.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.12.0 +version: 0.13.0-a.0.z project: build2 summary: build2 build bot license: TODO ; License is not yet decided, currently all rights reserved. @@ -19,5 +19,5 @@ depends: * build2 >= 0.12.0 depends: * bpkg >= 0.12.0 # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl ^0.12.0 -depends: libbbot ^0.12.0 +depends: libbutl [0.13.0-a.0.1 0.13.0-a.1) +depends: libbbot [0.13.0-a.0.1 0.13.0-a.1) |