* configure.ac: bump version to 0.9.2, add m4 dir to config

This commit is contained in:
Dirk-Jan C. Binnema
2010-12-08 00:18:02 +02:00
parent 0a7a9a35fe
commit b4de366df7
3 changed files with 19 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.9.1],[http://code.google.com/p/mu0/issues/list])
AC_INIT([mu],[0.9.2],[http://code.google.com/p/mu0/issues/list])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/mu.cc])
AM_INIT_AUTOMAKE([dist-bzip2])