diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-21 15:55:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-21 15:55:02 +0200 |
commit | 5972fbd56415b7fc9c62537738f69c633af5d9d4 (patch) | |
tree | 6c556a8cd319b11ef4a5258a46d70db77da01635 | |
parent | 430bec68b33ac0917ccc73e0c210b0e98824ec95 (diff) |
Change to version 0.14.0-a.0.z
-rwxr-xr-x | doc/cli.sh | 2 | ||||
-rw-r--r-- | manifest | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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. @@ -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) |