From 3102d591556b4d7e39764e3ee2e5d06d7cfd140e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 8 Feb 2010 21:26:06 +0200 Subject: [PATCH] * configure.ac: minor --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 008b684b..8c9ae913 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AM_INIT_AUTOMAKE([dist-bzip2]) # versioning, as we hopefully don't have updates for each version; # also, this has nothing to do with the version of the Xapian library # -AC_DEFINE(MU_XAPIAN_DB_VERSION,["6.9999"], [Schema version of the database]) +AC_DEFINE(MU_XAPIAN_DB_VERSION,["6.99999"], [Schema version of the database]) LT_INIT # don't use AC_PROG_LIBTOOL anymore