summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-03-07 06:46:18 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-03-13 12:37:29 +0200
commit19a85525b82d6612f38be4006cc2d6c5087af40e (patch)
treea5cfe93c4b250d951f4d27c51889b3d2b8a41bd3 /configure.ac
parent3a7bfab5f51b1c9f4f47bb5184f3bdf098cd846d (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d3c76bf..8710b42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,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,["452"],['Schema' version of the database])
+AC_DEFINE(MU_STORE_SCHEMA_VERSION,["453"],['Schema' version of the database])
###############################################################################
###############################################################################