* configure.ac: bump database schema version to provoke rebuild

This commit is contained in:
Dirk-Jan C. Binnema 2011-02-02 21:09:20 +02:00
parent 34c578722a
commit 52b670d1b4
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ AC_SUBST(XAPIAN_LIBS)
# note that MU_XAPIAN_DB_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_XAPIAN_DB_VERSION,["9.0"], ['Schema' version of the database])
AC_DEFINE(MU_XAPIAN_DB_VERSION,["9.2"], ['Schema' version of the database])
AC_ARG_WITH([gui],
[AS_HELP_STRING([--with-gui=gtk2|gtk3|none])],