From ed0bcc9878d03fae898db921af686e351a1eea8f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Sep 2016 10:35:08 +0200 Subject: Bump version to 0.4.0 (final) --- build/bootstrap.build | 4 ++-- build2/version | 6 +++--- doc/cli.sh | 2 +- manifest | 8 ++++---- version | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index 29f5195..32376c7 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -5,9 +5,9 @@ project = build2 subprojects = # No subprojects. -using build@0.4.0-a1 +using build@0.4.0 -version = 0.4.0-a1 +version = 0.4.0 revision = 0 dist.package = $project-$version diff --git a/build2/version b/build2/version index 3b311d6..4d27c69 100644 --- a/build2/version +++ b/build2/version @@ -22,15 +22,15 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define BUILD2_VERSION 39901 -#define BUILD2_VERSION_STR "0.4.0-a1" +#define BUILD2_VERSION 40000 +#define BUILD2_VERSION_STR "0.4.0" // Generally, we expect minor versions to be source code backwards- // compatible, thought we might have a minimum version requirement. // // Note: does not apply during early development. // -#if LIBBUTL_VERSION != 39901 +#if LIBBUTL_VERSION < 40000 || LIBBUTL_VERSION > 49900 # error incompatible libbutl version #endif diff --git a/doc/cli.sh b/doc/cli.sh index 49c40fb..3a171f2 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash version="0.4.0" -date="April 2016" +date="September 2016" trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/manifest b/manifest index 3145e22..965b549 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: build2 -version: 0.4.0-a1 +version: 0.4.0 summary: build2 build system license: MIT tags: build2, c++, build, system @@ -9,8 +9,8 @@ changes-file: NEWS url: https://build2.org email: users@build2.org requires: c++14 -depends: * build2 >= 0.4.0-a1 -depends: * bpkg >= 0.4.0-a1 +depends: * build2 >= 0.4.0 +depends: * bpkg >= 0.4.0 # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl == 0.4.0-a1 +depends: libbutl [0.4.0 0.5.0-) diff --git a/version b/version index 03c7bd3..1d0ba9e 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.4.0-a1 +0.4.0 -- cgit v1.1