aboutsummaryrefslogtreecommitdiff
path: root/brep
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
commit1bc511a69e115e127258856355a6cbc3509b163b (patch)
tree276fc7eb13474c97ea4978409e8631669736f82d /brep
parentad19a9c48e220c8bc100edbf35561e225d2c1ba1 (diff)
Bump version to 0.2.0 final
Diffstat (limited to 'brep')
-rw-r--r--brep/version8
1 files changed, 4 insertions, 4 deletions
diff --git a/brep/version b/brep/version
index cce0be8..36692cb 100644
--- a/brep/version
+++ b/brep/version
@@ -23,8 +23,8 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BREP_VERSION 10000
-#define BREP_VERSION_STR "0.1.0"
+#define BREP_VERSION 20000
+#define BREP_VERSION_STR "0.2.0"
// For now these are the same.
//
@@ -36,11 +36,11 @@
//
// 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