Version 1.34.

This commit is contained in:
Akim Demaille
2002-03-12 15:51:40 +00:00
parent eda67e575d
commit 0d240c12ba
6 changed files with 26 additions and 22 deletions

View File

@@ -20,10 +20,10 @@
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52g)
AC_INIT([GNU Bison], [1.33b], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.34], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.33b])
AM_INIT_AUTOMAKE([bison], [1.34])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.