aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-31 10:54:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-31 10:54:51 +0200
commitae5b5d0dc396453728c9a7c0e5a1a81cf870d38b (patch)
tree683317d1e43ce846c686a9c9eb0c477e3cd4d6f9
parent5968c197b3c76ad8e7faeb682031ca050f39dd0f (diff)
Bump version to 0.2.0 final
-rw-r--r--build/bootstrap.build4
-rw-r--r--butl/version4
-rw-r--r--manifest4
-rw-r--r--version2
4 files changed, 7 insertions, 7 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 08a7970..2848c18 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -3,9 +3,9 @@
# license : MIT; see accompanying LICENSE file
project = libbutl
-version = 0.1.0
+version = 0.2.0
-using build@0.1.0
+using build@0.2.0
using config
using dist
using test
diff --git a/butl/version b/butl/version
index 02b7c9c..ef39411 100644
--- a/butl/version
+++ b/butl/version
@@ -20,7 +20,7 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define LIBBUTL_VERSION 10000
-#define LIBBUTL_VERSION_STR "0.1.0"
+#define LIBBUTL_VERSION 20000
+#define LIBBUTL_VERSION_STR "0.2.0"
#endif // LIBBUTL_VERSION
diff --git a/manifest b/manifest
index 1c4545c..c0c247c 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: libbutl
-version: 0.1.0
+version: 0.2.0
summary: build2 utility library
license: MIT
tags: build2, utility
@@ -9,4 +9,4 @@ changes-file: NEWS
url: https://build2.org
email: users@build2.org
requires: c++11
-requires: build2 >= 0.1.0
+requires: build2 >= 0.2.0
diff --git a/version b/version
index 6e8bf73..0ea3a94 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.1.0
+0.2.0