From 36115f92a7fdebaf13cb968b1acfe3c9973c0df4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 21 Dec 2021 21:37:02 +0300 Subject: Adapt to package manifest requirement classes change --- 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 de12a70..968a91f 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, 16, closed) +#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 17, 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