summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-02-27 13:31:38 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-02-27 13:31:38 +0200
commit3b3a02a2b51499331e1e509b5872430eba92f50f (patch)
tree93e1d106080d2473543d6328871a38992dfb3946
parent2ec9940c7150f7e82bc533f4298e2c28160a2c31 (diff)
* configure.ac: bump database version (updated needed for new mdir paths '/')v0.7
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ec1b274..cf79fe2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-AC_INIT([mu],[0.7-beta],[http://www.djcbsoftware.nl/code/mu])
+AC_INIT([mu],[0.7],[http://www.djcbsoftware.nl/code/mu])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/mu.cc])
AM_INIT_AUTOMAKE([dist-bzip2])
@@ -30,7 +30,7 @@ AM_SILENT_RULES([yes])
# 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.99999"], [Schema version of the database])
+AC_DEFINE(MU_XAPIAN_DB_VERSION,["7.0"], [Schema version of the database])
LT_INIT # don't use AC_PROG_LIBTOOL anymore