From 0ba71acaf219b4fd8a07b2ba815f9f96b7c03423 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cli.sh b/doc/cli.sh index e6ad63f..0d76c29 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 6eae47e..73bca1e 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: bbot -version: 0.17.0 +version: 0.18.0-a.0.z project: build2 summary: build2 build bot license: MIT @@ -19,5 +19,5 @@ 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: libbbot ^0.17.0 +depends: libbutl [0.18.0-a.0.1 0.18.0-a.1) +depends: libbbot [0.18.0-a.0.1 0.18.0-a.1) -- cgit v1.1