From b375199bfa4fbf8a0e36bedc5b5a99297f2c740a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 30 Aug 2011 21:57:08 +0300 Subject: [PATCH] * configure.ac: bump database version to 0.9.8 --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 2ff9259b..8767a920 100644 --- a/configure.ac +++ b/configure.ac @@ -139,14 +139,14 @@ AS_IF([test "x$XAPIAN" = "xno"],[ AC_SUBST(XAPIAN_CXXFLAGS) AC_SUBST(XAPIAN_LIBS) -# we set the set the version of the Xapian database layout here; it -# will become part of the db name, so we can automatically recreate the -# database when we incompatible have changes. +# we set the set the version of the MuStore (Xapian database) layout +# here; it will become part of the db name, so we can automatically +# recreate the database when we incompatible have changes. # -# note that MU_XAPIAN_DB_VERSION does not necessarily follow MU +# 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_XAPIAN_DB_VERSION,["9.7"], ['Schema' version of the database]) +AC_DEFINE(MU_STORE_SCHEMA_VERSION,["9.8"], ['Schema' version of the database]) #