diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-11 12:12:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-11 12:12:02 +0200 |
commit | cc6b76bd699417a668253f8029f96b0b90aefbfd (patch) | |
tree | d20c986b643344af67ab26d1c9d9785aa9031ca7 /manifest | |
parent | ab6a74750da266b3dbb0c73973b1901edfc4d689 (diff) |
Change version to 0.12.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.11.0 +version: 0.12.0-a.0.z summary: build2 build system license: MIT topics: build system, build toolchain @@ -14,9 +14,9 @@ email: users@build2.org build-email: builds@build2.org builds: all requires: c++14 -depends: * build2 >= 0.10.0 -depends: * bpkg >= 0.10.0 +depends: * build2 >= 0.11.0 +depends: * bpkg >= 0.11.0 # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl ^0.11.0 +depends: libbutl [0.12.0-a.0.1 0.12.0-a.1) depends: libpkgconf [1.4.2 1.6.0-) |