diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-09-29 11:54:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-09-29 11:56:21 +0300 |
commit | 205fb9013a3d387478ada8dc30b4da4ec20051a3 (patch) | |
tree | c99725eb9fc450095798443fe6a6bb5b3008c12c /libbrep/build.hxx | |
parent | d3f7242eb9e0476fb0c1d3caf1c6cfdfebab63d1 (diff) |
Add support for *-build-*email package manifest values
Diffstat (limited to 'libbrep/build.hxx')
-rw-r--r-- | libbrep/build.hxx | 2 |
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 |