* configure.ac: bump database schema version to trigger a database --rebuild

This commit is contained in:
djcb 2012-12-27 16:00:53 +02:00
parent 12f307c1b3
commit e21c9802d5
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ AC_SUBST(XAPIAN_LIBS)
# note that MU_STORE_SCHEMA_VERSION does not necessarily 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,["9.8"], ['Schema' version of the database])
AC_DEFINE(MU_STORE_SCHEMA_VERSION,["9.9"], ['Schema' version of the database])
###############################################################################