diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-31 09:25:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-31 09:25:40 +0200 |
commit | 233f9d3e9f6cef9688d49f9c39975d9014506bd3 (patch) | |
tree | 38fc49238357e5c8a18c5f4380243ca073ff751e /manifest | |
parent | e22afe9729703e9e1d2530539b33a494bd19b684 (diff) |
Bump version to 0.8.0-a.0.z, master is open for business
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ : 1 name: bdep -version: 0.7.0 +version: 0.8.0-a.0.z summary: build2 project dependency manager license: MIT tags: build2, c++, project, dependency, manager @@ -16,7 +16,7 @@ depends: * build2 >= 0.7.0- depends: * bpkg >= 0.7.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libodb ^2.5.0-b.7 -depends: libodb-sqlite ^2.5.0-b.7 -depends: libbutl ^0.7.0 -depends: libbpkg ^0.7.0 +depends: libodb [2.5.0-b.8.1 2.5.0-b.9) +depends: libodb-sqlite [2.5.0-b.8.1 2.5.0-b.9) +depends: libbutl [0.8.0-a.0.1 0.8.0-a.1) +depends: libbpkg [0.8.0-a.0.1 0.8.0-a.1) |