From b81ec7d88716e727fec5248c55d4c7ac9707d2fe 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 | 6 +++--- butl/version | 4 ++-- manifest | 6 +++--- version | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build/bootstrap.build b/build/bootstrap.build index 50d1639..a37f039 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -4,14 +4,14 @@ project = libbutl -using build@0.4.0-a1 +using build@0.4.0 -version = 0.4.0-a1 +version = 0.4.0 abi_major = 0 abi_minor = 4 abi_patch = 0 -abi_prerelease = true +abi_prerelease = false revision = 0 diff --git a/butl/version b/butl/version index e044d33..c1ec126 100644 --- a/butl/version +++ b/butl/version @@ -20,7 +20,7 @@ // 2.2.0-a1 02019901 // 3.0.0-b2 02999952 // -#define LIBBUTL_VERSION 39901 -#define LIBBUTL_VERSION_STR "0.4.0-a1" +#define LIBBUTL_VERSION 40000 +#define LIBBUTL_VERSION_STR "0.4.0" #endif // LIBBUTL_VERSION diff --git a/manifest b/manifest index 95c9535..d8fb515 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: libbutl -version: 0.4.0-a1 +version: 0.4.0 summary: build2 utility library license: MIT, BSD-2; MIT except for 4 files from the FreeBSD project. tags: build2, utility, library @@ -9,5 +9,5 @@ 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 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