Bump to 1.29c.

This commit is contained in:
Akim Demaille
2001-09-27 09:19:45 +00:00
parent ae7c7ada67
commit 8bce355d7c
7 changed files with 116 additions and 40 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.29b], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.29c], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.29b])
AM_INIT_AUTOMAKE([bison], [1.29c])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.