aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-26 16:51:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-26 16:51:35 +0200
commita8c04e3191827f096ee831de8a95056124cc33e5 (patch)
tree88148a6fff4c6a5e31513f6466b0c0f0c9233e3c
parentfbbb2bb4ef8071e85283bd3231497723cf90bcde (diff)
Bump version to 0.4.0-a1, master is open for business
-rw-r--r--build/bootstrap.build4
-rwxr-xr-xdoc/cli.sh2
-rw-r--r--version2
3 files changed, 4 insertions, 4 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 3750d78..5b4e9b3 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -3,10 +3,10 @@
# license : MIT; see accompanying LICENSE file
project = build2-toolchain
-version = 0.3.0
+version = 0.4.0-a1
subprojects = libbutl build2 libbpkg bpkg
-using build@0.2.0
+using build@0.3.0
using config
using dist
using test # Note: needed for dist to work in subprojects with tests.
diff --git a/doc/cli.sh b/doc/cli.sh
index 2b52b37..c9a3c8e 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-version="0.3" # 0.3.0
+version="0.4" # 0.4.0
date="April 2016"
trap 'exit 1' ERR
diff --git a/version b/version
index 0d91a54..03c7bd3 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.3.0
+0.4.0-a1