diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 06:45:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 06:45:31 +0200 |
commit | 8f8c336fe1e4f23c344a62f8cfccebce76d21289 (patch) | |
tree | 50f26b93022ee1731bab4f85f33fe7e2b9c990b7 /manifest | |
parent | 252559253c42380baab67c3528359ee635c8a6d5 (diff) |
Release version 0.15.0v0.15.0
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: libbutl.bash -version: 0.15.0-a.0.z +version: 0.15.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.14.0- -depends: * bpkg >= 0.14.0- -depends: libbutl [0.15.0-a.0.1 0.15.0-a.1) +depends: * build2 >= 0.15.0- +depends: * bpkg >= 0.15.0- +depends: libbutl ^0.15.0 |