Version 1.35.

This commit is contained in:
Akim Demaille
2002-03-25 10:08:20 +00:00
parent 5bc2230d3c
commit f02ecea550
6 changed files with 21 additions and 17 deletions

View File

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