From 57b76f2982b699374bea7c917a56ff8f1c33490d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Sep 2018 14:42:14 +0200 Subject: Bump version to 0.9.0-a.0.z, master is open for business --- build2/context.cxx | 2 +- doc/cli.sh | 2 +- manifest | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build2/context.cxx b/build2/context.cxx index 9579c32..a8cf042 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -483,7 +483,7 @@ namespace build2 // can teach the version module to extract it, and we can also set it // for the other packages in the toolchain. // - set ("build.version.stage", false); + set ("build.version.stage", true); } // Enter the host information. Rather than jumping through hoops like diff --git a/doc/cli.sh b/doc/cli.sh index 3d70fca..9aa7c98 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.8.0 +version=0.9.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR diff --git a/manifest b/manifest index 2546af1..57cae66 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: build2 -version: 0.8.0 +version: 0.9.0-a.0.z summary: build2 build system license: MIT tags: c++, build, system @@ -16,5 +16,5 @@ depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl ^0.8.0 -depends: libpkgconf ~1.4.0 +depends: libbutl [0.9.0-a.0.1 0.9.0-a.1) +depends: libpkgconf ~1.4.2 -- cgit v1.1