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 | d059f7fa49f3b9a1dbaa9541e7de219c4b18d5d4 (patch) | |
tree | 0d07bf674fe51e284b8905b30b5fa928a6303cf3 /manifest | |
parent | e6cb47c5b9398f946639222d3b9f9bab8f1df685 (diff) |
Change version to 0.10.0-a.0.z
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: build2 -version: 0.9.0 +version: 0.10.0-a.0.z summary: build2 build system license: MIT tags: c++, build, system @@ -13,9 +13,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: libbutl [0.10.0-a.0.1 0.10.0-a.1) depends: libpkgconf [1.4.2 1.6.0-) |