* preparing for 0.9.7-pre

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-31 12:59:16 +03:00
parent 63076fe222
commit ba4893cbbb
5 changed files with 28 additions and 12 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.9.7],[http://code.google.com/p/mu0/issues/list],[mu])
AC_INIT([mu],[0.9.7pre],[http://code.google.com/p/mu0/issues/list],[mu])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/mu.cc])
# libtoolize wants to put some stuff in here; if you have an old
@ -22,7 +22,6 @@ AC_CONFIG_SRCDIR([src/mu.cc])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([dist-bzip2])
# silent build if we have a new enough automake
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])