build: bump database schema version to 453

This requires a fresh init. All the recent changes with the fields etc., make
requiring a re-init the prudent choice.
This commit is contained in:
Dirk-Jan C. Binnema
2022-03-07 06:46:18 +02:00
parent 3a7bfab5f5
commit 19a85525b8
2 changed files with 2 additions and 2 deletions

View File

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