diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:54:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:54:51 +0200 |
commit | ae5b5d0dc396453728c9a7c0e5a1a81cf870d38b (patch) | |
tree | 683317d1e43ce846c686a9c9eb0c477e3cd4d6f9 | |
parent | 5968c197b3c76ad8e7faeb682031ca050f39dd0f (diff) |
Bump version to 0.2.0 final
-rw-r--r-- | build/bootstrap.build | 4 | ||||
-rw-r--r-- | butl/version | 4 | ||||
-rw-r--r-- | manifest | 4 | ||||
-rw-r--r-- | version | 2 |
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 @@ -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 @@ -1 +1 @@ -0.1.0 +0.2.0 |