diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-29 21:13:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-04-01 17:45:55 +0300 |
commit | 6cb77d97d659441036fac18af6479eeac4127dcb (patch) | |
tree | 47e43d9919a0b90b45e76da1f46e0b736e1a3633 /libbrep/build.hxx | |
parent | 2b5bea3871d0ccc1b7da32929f195dc161bcc1ec (diff) |
Stash build toolchain in tenant object
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 be7cdf5..4c470cd 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, 25, closed) +#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 26, 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 |