]> git.saurik.com Git - bison.git/commitdiff
* NEWS, configure.ac: Bump to 2.1a.
authorAkim Demaille <akim@epita.fr>
Mon, 19 Sep 2005 07:08:00 +0000 (07:08 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 19 Sep 2005 07:08:00 +0000 (07:08 +0000)
ChangeLog
NEWS
configure.ac

index 64f4b1ad7c42be7f118bee07d0c53af32b021047..cbae3bed5ff33a4aed8515e7472a1317061a40cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 5ce986394529dc5447da12a16c01a61c32b04033..9523191dbf3194faaabb65a32586270c7a9e603c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index cf6b6880475da66ea72710f2d8f288b4b1ea86ef..037f2672b82ef91abf2dca01ebbaf4b4f2e88611 100644 (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])