* configure.in: Bump to 1.29a.

This commit is contained in:
Akim Demaille
2001-09-10 08:23:56 +00:00
parent e957bbb7d4
commit 31478b7ab7
10 changed files with 135 additions and 129 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.29], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.29a], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.29])
AM_INIT_AUTOMAKE([bison], [1.29a])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.