Bump to 1.30b.

This commit is contained in:
Akim Demaille
2001-11-05 15:15:47 +00:00
parent 029806c785
commit d81e5db73f
7 changed files with 20 additions and 20 deletions

View File

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