aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-06-17 14:25:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-06-17 14:25:52 +0200
commit8d7d794c70c47beee8ecd8c9fb84625514283c41 (patch)
tree08e6bd2813058cb8d069c30daebdfc1bc4e826af
parent75c1770048f0ada918551224d6c53505c156ebd0 (diff)
Release version 0.17.0v0.17.0
-rwxr-xr-xdoc/cli.sh2
-rw-r--r--manifest10
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/cli.sh b/doc/cli.sh
index ae36428..e6ad63f 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -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.
diff --git a/manifest b/manifest
index 5fcb879..6eae47e 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: bbot
-version: 0.17.0-a.0.z
+version: 0.17.0
project: build2
summary: build2 build bot
license: MIT
@@ -15,9 +15,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: libbbot [0.17.0-a.0.1 0.17.0-a.1)
+depends: libbutl ^0.17.0
+depends: libbbot ^0.17.0