diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:21 +0200 |
commit | f17150599aad1d6b259e41fb02e7f74c6cee5e4a (patch) | |
tree | 837c3576e2a93637dc8d0d7e187f06aa47479ee4 | |
parent | 6acaebbf1e0b466f9fdca90e257c5698ffa8690e (diff) |
Release version 0.16.0v0.16.0
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: libbutl.bash -version: 0.16.0-a.0.z +version: 0.16.0 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.15.0- -depends: * bpkg >= 0.15.0- -depends: libbutl [0.16.0-a.0.1 0.16.0-a.1) +depends: * build2 >= 0.16.0- +depends: * bpkg >= 0.16.0- +depends: libbutl ^0.16.0 |