From 5972fbd56415b7fc9c62537738f69c633af5d9d4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Jul 2020 15:55:02 +0200 Subject: Change to version 0.14.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 780b160..bc1361b 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.13.0 +version=0.14.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/manifest b/manifest index 0c52492..c552826 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: bbot -version: 0.13.0 +version: 0.14.0-a.0.z project: build2 summary: build2 build bot license: other: TODO ; License is not yet decided, currently all rights reserved. @@ -19,5 +19,5 @@ depends: * build2 >= 0.13.0 depends: * bpkg >= 0.13.0 # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl ^0.13.0 -depends: libbbot ^0.13.0 +depends: libbutl [0.14.0-a.0.1 0.14.0-a.1) +depends: libbbot [0.14.0-a.0.1 0.14.0-a.1) -- cgit v1.1