summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-02-02 21:09:20 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-02-02 21:09:20 +0200
commit52b670d1b4b2b7c9e49bfd7fcaa5477832eca6a8 (patch)
treedca89cce32cbe0d0f4b6b0fc356b5039427adab5
parent34c578722a56370581c977f537b0c2dbf7021897 (diff)
* configure.ac: bump database schema version to provoke rebuildv0.9.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 96c5f0f..c51612a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])],