aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.build2
-rw-r--r--butl/version4
-rw-r--r--manifest2
-rw-r--r--version2
4 files changed, 5 insertions, 5 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 2848c18..38bbda3 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -3,7 +3,7 @@
# license : MIT; see accompanying LICENSE file
project = libbutl
-version = 0.2.0
+version = 0.3.0-a1
using build@0.2.0
using config
diff --git a/butl/version b/butl/version
index ef39411..fe2dde4 100644
--- a/butl/version
+++ b/butl/version
@@ -20,7 +20,7 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define LIBBUTL_VERSION 20000
-#define LIBBUTL_VERSION_STR "0.2.0"
+#define LIBBUTL_VERSION 29901
+#define LIBBUTL_VERSION_STR "0.3.0-a1"
#endif // LIBBUTL_VERSION
diff --git a/manifest b/manifest
index c0c247c..863e437 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: libbutl
-version: 0.2.0
+version: 0.3.0-a1
summary: build2 utility library
license: MIT
tags: build2, utility
diff --git a/version b/version
index 0ea3a94..59d9b94 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.2.0
+0.3.0-a1