* configure.ac: bump version to 0.7.9, database to 7.9

This commit is contained in:
Dirk-Jan C. Binnema 2010-09-12 16:33:58 +03:00
parent 35bb2d143a
commit 13e1cfde79
1 changed files with 2 additions and 2 deletions

View File

@ -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.1],[http://www.djcbsoftware.nl/code/mu])
AC_INIT([mu],[0.7.9],[http://www.djcbsoftware.nl/code/mu])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/mu.cc])
AM_INIT_AUTOMAKE([dist-bzip2])
@ -29,7 +29,7 @@ AM_SILENT_RULES([yes])
# 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,["7.0"], [Schema version of the database])
AC_DEFINE(MU_XAPIAN_DB_VERSION,["7.9"], [Schema version of the database])
LT_INIT # don't use AC_PROG_LIBTOOL anymore