]> git.saurik.com Git - bison.git/commitdiff
Version 2.3a.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Sep 2006 19:42:04 +0000 (19:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Sep 2006 19:42:04 +0000 (19:42 +0000)
ChangeLog
NEWS
configure.ac

index 851983d7aa62a4da947f1f6146a9f3990d4e5784..798f6d4cdd789ea9b6687ef113089127bea9523f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * NEWS: Version 2.3a.
+       * configure.ac (AC_INIT): Likewise.
+
        * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
        "#define YYSTYPE int" that caused "make maintainer-check" to fail
        due to header ordering dependencies.  I don't know why the #define
diff --git a/NEWS b/NEWS
index 749a2fa4504ded486191f682a95e9649d8ee45f9..a970b34ef6ac631f6f5898fec1d0c2271794491c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 Bison News
 ----------
 
-Changes in version 2.3+:
+Changes in version 2.3a, 2006-09-13:
 
 * Instead of %union, you can define and use your own union type
   YYSTYPE if your grammar contains at least one <type> tag.
index 36d4dc1182fbce062aa36a75f92a5a18dc8c448d..7a2cac99f0c7cb600b59dba124609eee31cec083 100644 (file)
@@ -21,7 +21,7 @@
 # We use macros like AC_CHECK_HEADERS_ONCE, so we need Autoconf 2.60 or better.
 AC_PREREQ(2.60)
 
-AC_INIT([GNU Bison], [2.3+], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [2.3a], [bug-bison@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])