From a08803f6675a77971884604c0b79ce5f75ea93bb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Apr 2016 16:51:35 +0200 Subject: Bump version to 0.4.0-a1, master is open for business --- build/bootstrap.build | 4 ++-- butl/version | 4 ++-- manifest | 4 ++-- version | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index 72de10f..bbe167a 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file project = libbutl -version = 0.3.0 +version = 0.4.0-a1 -using build@0.2.0 +using build@0.3.0 using config using dist using test diff --git a/butl/version b/butl/version index 24ba945..e044d33 100644 --- a/butl/version +++ b/butl/version @@ -20,7 +20,7 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBUTL_VERSION 30000 -#define LIBBUTL_VERSION_STR "0.3.0" +#define LIBBUTL_VERSION 39901 +#define LIBBUTL_VERSION_STR "0.4.0-a1" #endif // LIBBUTL_VERSION diff --git a/manifest b/manifest index de727ff..3a9c35b 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: libbutl -version: 0.3.0 +version: 0.4.0-a1 summary: build2 utility library license: MIT, BSD-2; MIT except for one file from the FreeBSD project. tags: build2, utility @@ -9,4 +9,4 @@ changes-file: NEWS url: https://build2.org email: users@build2.org requires: c++11 -requires: build2 >= 0.2.0 +requires: build2 >= 0.3.0 diff --git a/version b/version index 0d91a54..03c7bd3 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.3.0 +0.4.0-a1 -- cgit v1.1