aboutsummaryrefslogtreecommitdiff
path: root/brep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-22 09:11:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-22 09:11:15 +0200
commit9e4ba972178918ca6333f279b196639c456634a2 (patch)
tree43970a703e55a4badd8db327488a492cc1523763 /brep
parent1c86d73071709721d51c7155df91da387aff3597 (diff)
Bump version to 0.3.0
Diffstat (limited to 'brep')
-rw-r--r--brep/package2
-rw-r--r--brep/version8
2 files changed, 5 insertions, 5 deletions
diff --git a/brep/package b/brep/package
index 67f0e31..d7b87c8 100644
--- a/brep/package
+++ b/brep/package
@@ -21,7 +21,7 @@
//
#define LIBBREP_SCHEMA_VERSION_BASE 2
-#pragma db model version(LIBBREP_SCHEMA_VERSION_BASE, 2, open)
+#pragma db model version(LIBBREP_SCHEMA_VERSION_BASE, 2, closed)
// The uint16_t value range is not fully covered by SMALLINT PostgreSQL type
// to which uint16_t is mapped by default.
diff --git a/brep/version b/brep/version
index 0220ee5..211c300 100644
--- a/brep/version
+++ b/brep/version
@@ -23,8 +23,8 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BREP_VERSION 29901
-#define BREP_VERSION_STR "0.3.0-a1"
+#define BREP_VERSION 30000
+#define BREP_VERSION_STR "0.3.0"
// For now these are the same.
//
@@ -36,11 +36,11 @@
//
// Note: does not apply during early development.
//
-#if LIBBUTL_VERSION != 29901
+#if LIBBUTL_VERSION < 30000 || LIBBUTL_VERSION > 39900
# error incompatible libbutl version
#endif
-#if LIBBPKG_VERSION != 29901
+#if LIBBPKG_VERSION < 30000 || LIBBPKG_VERSION > 39900
# error incompatible libbpkg version
#endif