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 | 452070540e7ac11a9d77009e32e815c1454df9d8 (patch) | |
tree | 9a68a9c0bdc350eceee8980102ae58b71c9f3bb1 | |
parent | a2b82076701a7b568eb1a55c9618038922c66f48 (diff) |
Release version 0.13.0v0.13.0
-rwxr-xr-x | doc/cli.sh | 2 | ||||
-rw-r--r-- | libbuild2/config.hxx.in | 2 | ||||
-rw-r--r-- | manifest | 8 |
3 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. diff --git a/libbuild2/config.hxx.in b/libbuild2/config.hxx.in index 59917db..f44cb89 100644 --- a/libbuild2/config.hxx.in +++ b/libbuild2/config.hxx.in @@ -18,7 +18,7 @@ // toolchain. Bootstrap will be a problem though. (Maybe set it to nullptr and // say that it shall not be queried?) // -#define LIBBUILD2_STAGE true +#define LIBBUILD2_STAGE false // Modification time sanity checks are by default only enabled for the staged // version but this can be overridden at runtime with --[no-]mtime-check. @@ -1,6 +1,6 @@ : 1 name: build2 -version: 0.13.0-a.0.z +version: 0.13.0 summary: build2 build system license: MIT topics: build system, build toolchain @@ -14,9 +14,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: libbutl ^0.13.0 depends: libpkgconf [1.4.2 1.7.0-) |