From daa4e016869be803c5cdffc0ab968124fcbdd7e1 Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 10 Jul 2012 21:10:22 +0300 Subject: [PATCH] * bump version to 0.9.9-dev1 --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 745b333e..3fb1e2cb 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.9.8.5],[http://code.google.com/p/mu0/issues/list],[mu]) +AC_INIT([mu],[0.9.9-dev1],[http://code.google.com/p/mu0/issues/list],[mu]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc]) # libtoolize wants to put some stuff in here; if you have an old @@ -336,7 +336,8 @@ if test -e ~/.mu/xapian-0.6; then echo "remove the old /xapian-0.6 directory to save some disk space" fi - +echo "mu version : $VERSION" +echo echo "Xapian version : $xapian_version" echo "GLib version : $glib_version" echo "GMime version : $gmime_version"