From 818cde70e20ff897932c4abaca63c446a9ec5561 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 11 Feb 2022 20:10:53 +0300 Subject: Add support for reflect clause in tests package manifest value --- libbrep/build.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbrep/build.hxx') diff --git a/libbrep/build.hxx b/libbrep/build.hxx index 968a91f..8662cec 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -30,7 +30,7 @@ // #define LIBBREP_BUILD_SCHEMA_VERSION_BASE 15 -#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 17, closed) +#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 18, 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 -- cgit v1.1