From c01241b77471ee09fea2c4a5ef97a9e8eae8fb8f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 13 Jun 2018 21:05:19 +0300 Subject: Default version epoch to one --- libbrep/build.hxx | 4 ++-- libbrep/build.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libbrep') diff --git a/libbrep/build.hxx b/libbrep/build.hxx index ba5851d..c72269c 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -24,9 +24,9 @@ // Used by the data migration entries. // -#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 3 +#define LIBBREP_BUILD_SCHEMA_VERSION_BASE 4 -#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 3, closed) +#pragma db model version(LIBBREP_BUILD_SCHEMA_VERSION_BASE, 4, open) // 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 diff --git a/libbrep/build.xml b/libbrep/build.xml index 04ffd78..0fd4154 100644 --- a/libbrep/build.xml +++ b/libbrep/build.xml @@ -1,5 +1,5 @@ - + -- cgit v1.1