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
commit17def89b745024067063c638810a30aa85a55fdc (patch)
tree09399f82e5acefc7c8af37f225cfa7c54eaea5ad
parentc84b5ac646cae0bd600c1214746fd3f59c7f5a03 (diff)
Bump version to 0.2.0 final
-rw-r--r--bpkg/bpkg-version8
-rw-r--r--build/bootstrap.build4
-rw-r--r--manifest9
-rw-r--r--version2
4 files changed, 11 insertions, 12 deletions
diff --git a/bpkg/bpkg-version b/bpkg/bpkg-version
index b36d3c9..b12a3ed 100644
--- a/bpkg/bpkg-version
+++ b/bpkg/bpkg-version
@@ -23,19 +23,19 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BPKG_VERSION 10000
-#define BPKG_VERSION_STR "0.1.0"
+#define BPKG_VERSION 20000
+#define BPKG_VERSION_STR "0.2.0"
// Generally, we expect minor versions to be source code backwards-
// compatible, thought we might have a minimum version requirement.
//
// Note: does not apply during early development.
//
-#if LIBBUTL_VERSION != 10000
+#if LIBBUTL_VERSION < 20000 || LIBBUTL_VERSION > 29900
# error incompatible libbutl version
#endif
-#if LIBBPKG_VERSION != 10000
+#if LIBBPKG_VERSION < 20000 || LIBBPKG_VERSION > 29900
# error incompatible libbpkg version
#endif
diff --git a/build/bootstrap.build b/build/bootstrap.build
index cfe3195..4c33bed 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -3,9 +3,9 @@
# license : MIT; see accompanying LICENSE file
project = bpkg
-version = 0.1.0
+version = 0.2.0
-using build@0.1.0
+using build@0.2.0
using config
using dist
using install
diff --git a/manifest b/manifest
index bce7e88..5f9fc79 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: bpkg
-version: 0.1.0
+version: 0.2.0
summary: build2 package manager
license: MIT
tags: build2, c++, package, manager
@@ -9,12 +9,11 @@ changes-file: NEWS
url: https://build2.org
email: users@build2.org
requires: c++11
-requires: build2 >= 0.1.0
+requires: build2 >= 0.2.0
requires: libodb >= 2.5.0-a3
requires: libodb-sqlite >= 2.5.0-a3
requires: sqlite3
# @@ Should probably become conditional dependency.
requires: ? cli ; Only required if changing .cli files.
-# @@ Need libb* [0.1.0 0.2.0-].
-depends: libbutl == 0.1.0
-depends: libbpkg == 0.1.0
+depends: libbutl [0.2.0, 0.3.0-)
+depends: libbpkg [0.2.0, 0.3.0-)
diff --git a/version b/version
index 6e8bf73..0ea3a94 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.1.0
+0.2.0