Bump to 1.30c.

This commit is contained in:
Akim Demaille
2001-11-12 10:31:00 +00:00
parent d9ca2df2aa
commit 8888e43b2c
6 changed files with 19 additions and 19 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.30b], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.30c], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.30b])
AM_INIT_AUTOMAKE([bison], [1.30c])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.