diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:41:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-03 17:41:15 +0200 |
commit | 1b8c0513dc14be3b1d5aba0f95afb36234c423a2 (patch) | |
tree | c4a5a846c64c36645c44e317de3b43b3e9edbffb /libbrep/package.hxx | |
parent | d8511c4c05c1817ee871de67a561c3decb4a0361 (diff) |
Close schema versions0.5.0
Diffstat (limited to 'libbrep/package.hxx')
-rw-r--r-- | libbrep/package.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |