aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-05-17 17:27:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-21 11:03:22 +0300
commit57f6378aea619ceb07b935012772bd4698e6a2be (patch)
treec7df31f1386febf3ba570bc2e3cd2ef551ae68f5 /libbrep/build.hxx
parent19c8efe49f23569a53e928488c460e0d3b20cf8a (diff)
Add support for build_unloaded() notification for tenant-associated services
Diffstat (limited to 'libbrep/build.hxx')
-rw-r--r--libbrep/build.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx
index af49c03..55fd42b 100644
--- a/libbrep/build.hxx
+++ b/libbrep/build.hxx
@@ -28,7 +28,7 @@
//
#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 20
-#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 27, closed)
+#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 28, 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 bbot namespace