+2002-01-19 Marc Autret <marc@gnu.org>
+
+ * configure.in, doc/version.texi: Bump to 1.31a.
+
2002-01-14 Akim Demaille <akim@epita.fr>
Version 1.31.
Bison News
----------
+Changes in version 1.31a, 2002-01-19:
+
+* Fix YACC option output file names.
+
+\f
Changes in version 1.31, 2002-01-14:
* Many Bug Fixes
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52g)
-AC_INIT([GNU Bison], [1.31], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [1.31a], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE([bison], [1.31])
+AM_INIT_AUTOMAKE([bison], [1.31a])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.