aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-09-29 11:54:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-09-29 11:56:21 +0300
commit205fb9013a3d387478ada8dc30b4da4ec20051a3 (patch)
treec99725eb9fc450095798443fe6a6bb5b3008c12c /libbrep/build.hxx
parentd3f7242eb9e0476fb0c1d3caf1c6cfdfebab63d1 (diff)
Add support for *-build-*email package manifest values
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 717029d..b64b28a 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, 21, closed)
+#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 22, 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