diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:22 +0200 |
commit | 37197587e80093fc9a9040aa516bcad2ab9fdc5c (patch) | |
tree | 1c62ba3668a3a5ded8692bedd1981a5a2c9c2407 | |
parent | f5039a912694bcdb64ec36beffeed02c48555d91 (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: bdep-util -version: 0.16.0-a.0.z +version: 0.16.0 project: build2 summary: extra build2 project management utilities license: MIT @@ -16,6 +16,6 @@ builds: host builds: -windows ; Requires bash. builds: -macos ; Requires bash >= 4.3. requires: bash >= 4.3 -depends: * build2 >= 0.15.0- -depends: * bpkg >= 0.15.0- -depends: libbutl.bash [0.16.0-a.0.1 0.16.0-a.1) +depends: * build2 >= 0.16.0- +depends: * bpkg >= 0.16.0- +depends: libbutl.bash ^0.16.0 |