aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:04 +0200
commit3aba9af9e68f22ab6291fc16986a215f3f75508d (patch)
treeef3f23fb62d4f2354f595f35624b465c524c40ba
parente02857e41b1aaffd5c004ff6afa546962a44b63e (diff)
Bump version to 0.5.0-a1, master is open for business
-rw-r--r--build/bootstrap.build6
-rw-r--r--butl/version4
-rw-r--r--manifest2
-rw-r--r--version2
4 files changed, 7 insertions, 7 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index a37f039..f1dac95 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -6,12 +6,12 @@ project = libbutl
using build@0.4.0
-version = 0.4.0
+version = 0.5.0-a1
abi_major = 0
-abi_minor = 4
+abi_minor = 5
abi_patch = 0
-abi_prerelease = false
+abi_prerelease = true
revision = 0
diff --git a/butl/version b/butl/version
index c1ec126..1058962 100644
--- a/butl/version
+++ b/butl/version
@@ -20,7 +20,7 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define LIBBUTL_VERSION 40000
-#define LIBBUTL_VERSION_STR "0.4.0"
+#define LIBBUTL_VERSION 49901
+#define LIBBUTL_VERSION_STR "0.5.0-a1"
#endif // LIBBUTL_VERSION
diff --git a/manifest b/manifest
index d8fb515..0157748 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: libbutl
-version: 0.4.0
+version: 0.5.0-a1
summary: build2 utility library
license: MIT, BSD-2; MIT except for 4 files from the FreeBSD project.
tags: build2, utility, library
diff --git a/version b/version
index 1d0ba9e..d1f4eb1 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.4.0
+0.5.0-a1