Bump to 1.33a.

This commit is contained in:
Akim Demaille
2002-02-11 13:28:56 +00:00
parent dbbe1eb433
commit d961d172be
5 changed files with 19 additions and 16 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.33], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.33a], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.33])
AM_INIT_AUTOMAKE([bison], [1.33a])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.