Bump 1.29d.

This commit is contained in:
Akim Demaille
2001-10-02 16:52:33 +00:00
parent 74c3b26d85
commit 2c377512c2
7 changed files with 23 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.29c], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.29d], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.29c])
AM_INIT_AUTOMAKE([bison], [1.29d])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.