From: Akim Demaille Date: Mon, 19 Sep 2005 07:08:00 +0000 (+0000) Subject: * NEWS, configure.ac: Bump to 2.1a. X-Git-Tag: v2.3b~650 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c7fb0b9079c70dd906bf180d5eff5d1b65ec73c3?ds=inline * NEWS, configure.ac: Bump to 2.1a. --- diff --git a/ChangeLog b/ChangeLog index 64f4b1ad..cbae3bed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-19 Akim Demaille + + * NEWS, configure.ac: Bump to 2.1a. + 2005-09-16 Paul Eggert * NEWS: Version 2.1. diff --git a/NEWS b/NEWS index 5ce98639..9523191d 100644 --- 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 diff --git a/configure.ac b/configure.ac index cf6b6880..037f2672 100644 --- a/configure.ac +++ b/configure.ac @@ -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])