Bump to 1.30m.

This commit is contained in:
Akim Demaille
2002-01-14 10:16:41 +00:00
parent b30efba0d0
commit 96df91407c
4 changed files with 16 additions and 14 deletions

View File

@@ -20,10 +20,10 @@
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52g)
AC_INIT([GNU Bison], [1.30l], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.30m], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.30l])
AM_INIT_AUTOMAKE([bison], [1.30m])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.