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 | 57b76f2982b699374bea7c917a56ff8f1c33490d (patch) | |
tree | 105765b2371cc3c3978989c6182f85eeb3da1aeb /manifest | |
parent | e563ca54ae405785b69bd132229b4b9ee441b0a5 (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: build2 -version: 0.8.0 +version: 0.9.0-a.0.z summary: build2 build system license: MIT tags: c++, build, system @@ -16,5 +16,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: libpkgconf ~1.4.0 +depends: libbutl [0.9.0-a.0.1 0.9.0-a.1) +depends: libpkgconf ~1.4.2 |