Version 1.33.

This commit is contained in:
Akim Demaille
2002-02-07 17:39:57 +00:00
parent e89a22bfab
commit 0e25677ee2
6 changed files with 33 additions and 29 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.32a], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.33], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.32a])
AM_INIT_AUTOMAKE([bison], [1.33])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.