diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 12:23:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 12:23:01 +0200 |
commit | fa3aefa670c149e5cd647619818736aa20b55030 (patch) | |
tree | b5b195a704bbfc09a6bffe03fe3245c02a05ad04 /manifest | |
parent | 160b42c1aaf5ef15f53aeb3dd3a33c23cdb76170 (diff) |
Change version to 0.18.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.17.0 +version: 0.18.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.17.0 -depends: libbutl.bash ^0.17.0 +depends: bpkg [0.18.0-a.0.1 0.18.0-a.1) +depends: libbutl.bash [0.18.0-a.0.1 0.18.0-a.1) |