Version 1.32.

This commit is contained in:
Akim Demaille
2002-01-23 13:27:47 +00:00
parent d138fdbf19
commit a69417c066
6 changed files with 22 additions and 19 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.31a], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.32], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.31a])
AM_INIT_AUTOMAKE([bison], [1.32])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.