From 758bb22a3037f02116593bfbfb1b60414eda59a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Apr 2016 09:11:15 +0200 Subject: Bump version to 0.3.0 --- build/bootstrap.build | 2 +- doc/cli.sh | 4 ++-- version | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index a9ccbf9..3750d78 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = build2-toolchain -version = 0.3.0-a1 +version = 0.3.0 subprojects = libbutl build2 libbpkg bpkg using build@0.2.0 diff --git a/doc/cli.sh b/doc/cli.sh index 65ccf63..2b52b37 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash -version="0.2" # 0.2.0 -date="January 2016" +version="0.3" # 0.3.0 +date="April 2016" trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/version b/version index 59d9b94..0d91a54 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3.0-a1 +0.3.0 -- cgit v1.1