From ad1de8623e8672c9d04103d400ead6fa250f59d8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 19 Jun 2024 12:23:01 +0200 Subject: Change version to 0.18.0-a.0.z --- doc/cli.sh | 2 +- manifest | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/cli.sh b/doc/cli.sh index 25359a0..825d84d 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.17.0 +version=0.18.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/manifest b/manifest index 1ae5139..fb732ee 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: bpkg -version: 0.17.0 +version: 0.18.0-a.0.z project: build2 summary: build2 package dependency manager license: MIT @@ -18,6 +18,6 @@ depends: * build2 >= 0.16.0 depends: * bpkg >= 0.16.0 # @@ DEP Should probably become conditional dependency. #requires: ? cli ; Only required if changing .cli files. -depends: libbutl ^0.17.0 -depends: libbpkg ^0.17.0 -depends: build2 ^0.17.0 +depends: libbutl [0.18.0-a.0.1 0.18.0-a.1) +depends: libbpkg [0.18.0-a.0.1 0.18.0-a.1) +depends: build2 [0.18.0-a.0.1 0.18.0-a.1) -- cgit v1.1