Version 1.29.

This commit is contained in:
Akim Demaille
2001-09-07 12:12:30 +00:00
parent ac481f3b08
commit 3afa674b1d
14 changed files with 1045 additions and 1052 deletions

View File

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