diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 14:57:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 14:57:35 +0200 |
commit | 430bec68b33ac0917ccc73e0c210b0e98824ec95 (patch) | |
tree | a16692b641ca003dde2c66adadc2db0d722d2814 | |
parent | e42e7df6995404de47ab37ba6f33ac2b518cf1f9 (diff) |
Release version 0.13.0v0.13.0
-rwxr-xr-x | doc/cli.sh | 2 | ||||
-rw-r--r-- | manifest | 10 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.13.0-a.0.z +version=0.13.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. @@ -1,6 +1,6 @@ : 1 name: bbot -version: 0.13.0-a.0.z +version: 0.13.0 project: build2 summary: build2 build bot license: other: TODO ; License is not yet decided, currently all rights reserved. @@ -15,9 +15,9 @@ email: users@build2.org build-warning-email: builds@build2.org builds: all requires: c++14 -depends: * build2 >= 0.13.0- -depends: * bpkg >= 0.13.0- +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-a.0.1 0.13.0-a.1) -depends: libbbot [0.13.0-a.0.1 0.13.0-a.1) +depends: libbutl ^0.13.0 +depends: libbbot ^0.13.0 |