build: bump schema version

This commit is contained in:
Dirk-Jan C. Binnema 2022-04-28 22:44:09 +03:00
parent 852c7044d9
commit e5512bd3f2
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ PKG_CHECK_MODULES(XAPIAN,xapian-core >= 1.4,[
# note that MU_STORE_SCHEMA_VERSION does not follow mu versioning, as we
# hopefully don't have updates for each version; also, this has nothing to do
# with Xapian's software version
AC_DEFINE(MU_STORE_SCHEMA_VERSION,["453"],['Schema' version of the database])
AC_DEFINE(MU_STORE_SCHEMA_VERSION,["454"],['Schema' version of the database])
###############################################################################
###############################################################################

View File

@ -71,7 +71,7 @@ endforeach
# config.h setup
#
config_h_data=configuration_data()
config_h_data.set_quoted('MU_STORE_SCHEMA_VERSION', '453')
config_h_data.set_quoted('MU_STORE_SCHEMA_VERSION', '454')
config_h_data.set_quoted('PACKAGE_VERSION', meson.project_version())
config_h_data.set_quoted('PACKAGE_STRING', meson.project_name() + ' ' +
meson.project_version())