diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:17 +0200 |
commit | e1ab16cb2ae8a1696c1acc9aecc3174c6af35969 (patch) | |
tree | 30fc84bb2f4dc54dd609d3b48e7c07f036bf2c96 /manifest | |
parent | 07e37f5a6823c4e0b7aecdc2f72adb2215c03056 (diff) |
Change version to 0.17.0-a.0.z
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ : 1 name: bpkg-util -version: 0.16.0 +version: 0.17.0-a.0.z project: build2 summary: extra build2 package management utilities license: MIT @@ -18,5 +18,5 @@ builds: -macos ; Requires bash >= 4.3. requires: bash >= 4.3 depends: * build2 >= 0.16.0- depends: * bpkg >= 0.16.0- -depends: bpkg ^0.16.0 -depends: libbutl.bash ^0.16.0 +depends: bpkg [0.17.0-a.0.1 0.17.0-a.1) +depends: libbutl.bash [0.17.0-a.0.1 0.17.0-a.1) |