aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-03 17:41:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-03 17:41:15 +0200
commit1b8c0513dc14be3b1d5aba0f95afb36234c423a2 (patch)
treec4a5a846c64c36645c44e317de3b43b3e9edbffb
parentd8511c4c05c1817ee871de67a561c3decb4a0361 (diff)
Close schema versions0.5.0
-rw-r--r--libbrep/build.hxx2
-rw-r--r--libbrep/package.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx
index 86630a7..f841e6c 100644
--- a/libbrep/build.hxx
+++ b/libbrep/build.hxx
@@ -21,7 +21,7 @@
//
#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 1
-#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 1, open)
+#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 1, closed)
// We have to keep these mappings at the global scope instead of inside
// the brep namespace because they need to be also effective in the
diff --git a/libbrep/package.hxx b/libbrep/package.hxx
index c716436..ee51778 100644
--- a/libbrep/package.hxx
+++ b/libbrep/package.hxx
@@ -20,7 +20,7 @@
//
#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 4
-#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 4, open)
+#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 4, closed)
namespace brep
{