From 9aa6f50d8b6c8d1d5b6143d3ae503187dbe455e1 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 24 May 2011 22:42:47 +0300 Subject: [PATCH] * bump database version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cf773443..d0efac58 100644 --- a/configure.ac +++ b/configure.ac @@ -147,7 +147,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.4"], ['Schema' version of the database]) +AC_DEFINE(MU_XAPIAN_DB_VERSION,["9.5"], ['Schema' version of the database]) AC_ARG_WITH([gui], [AS_HELP_STRING([--with-gui=gtk2|gtk3|none])],