diff options
-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.17.0-a.0.z +version=0.17.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. @@ -1,6 +1,6 @@ : 1 name: bdep -version: 0.17.0-a.0.z +version: 0.17.0 project: build2 summary: build2 project dependency manager license: MIT @@ -14,9 +14,9 @@ email: users@build2.org build-warning-email: builds@build2.org builds: all : &host requires: c++14 -depends: * build2 >= 0.16.0- -depends: * bpkg >= 0.16.0- +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-a.0.1 0.17.0-a.1) -depends: libbpkg [0.17.0-a.0.1 0.17.0-a.1) +depends: libbutl ^0.17.0 +depends: libbpkg ^0.17.0 |