Bump to 1.30d.

This commit is contained in:
Akim Demaille
2001-11-14 17:52:37 +00:00
parent a62c863ec3
commit 0d7803637b
7 changed files with 85 additions and 82 deletions

View File

@@ -16,12 +16,12 @@
# 02111-1307 USA
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52e)
AC_PREREQ(2.52g)
AC_INIT([GNU Bison], [1.30c], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.30d], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.30c])
AM_INIT_AUTOMAKE([bison], [1.30d])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.