diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 17:20:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 17:20:12 +0200 |
commit | c66eacd1d56cebce6986217bf6ea321018323952 (patch) | |
tree | 8f1151680441918a8d9f8b9e72fba757a661da31 | |
parent | ca32cd3df7f851f6f3120add1bd65e08b573564d (diff) |
Change version to 0.11.0-a.0.z
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: libbutl.bash -version: 0.10.0 +version: 0.11.0-a.0.z project: build2 summary: build2 utility library for bash license: MIT @@ -17,6 +17,6 @@ builds: -windows ; Requires bash. builds: -macos ; Requires bash >= 4.3. requires: bash >= 4.3 requires: c++14 -depends: * build2 >= 0.9.0 -depends: * bpkg >= 0.9.0 -depends: libbutl ^0.10.0 +depends: * build2 >= 0.10.0 +depends: * bpkg >= 0.10.0 +depends: libbutl [0.11.0-a.0.1 0.11.0-a.1) |