Bump to 1.29e.

This commit is contained in:
Akim Demaille
2001-10-10 15:19:58 +00:00
parent 00fda01856
commit 08f0a4e409
8 changed files with 303 additions and 139 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.29d], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.29e], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.29d])
AM_INIT_AUTOMAKE([bison], [1.29e])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.