aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-11-20 15:17:26 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2024-11-26 10:39:50 +0200
commitf7f899aabfa43515ae645d16b9b94738eed4d07d (patch)
tree4e08c4fa6f62311f7476fbf86fca61b8d86deb9d /libbrep/package.hxx
parentae9c34d3256de0edb53d6965969ae740e63be82d (diff)
Add support for tenant service reference count
Diffstat (limited to 'libbrep/package.hxx')
-rw-r--r--libbrep/package.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/package.hxx b/libbrep/package.hxx
index 79b2c68..2714d10 100644
--- a/libbrep/package.hxx
+++ b/libbrep/package.hxx
@@ -20,7 +20,7 @@
//
#define LIBBREP_PACKAGE_SCHEMA_VERSION_BASE 34
-#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 35, closed)
+#pragma db model version(LIBBREP_PACKAGE_SCHEMA_VERSION_BASE, 36, closed)
namespace brep
{