* NEWS, configure.ac: Bump to 2.1a.

This commit is contained in:
Akim Demaille
2005-09-19 07:08:00 +00:00
parent f5109f5af0
commit c7fb0b9079
3 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-09-19 Akim Demaille <akim@epita.fr>
* NEWS, configure.ac: Bump to 2.1a.
2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Version 2.1.

2
NEWS
View File

@@ -1,6 +1,8 @@
Bison News
----------
Changes in version 2.1a:
Changes in version 2.1, 2005-09-16:
* Bison-generated parsers now support the translation of diagnostics like

View File

@@ -23,7 +23,7 @@
# least Autoconf 2.59.
AC_PREREQ(2.59)
AC_INIT([GNU Bison], [2.1], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [2.1a], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])