From 21fe08cadcb84fddd5038ac6857a904dbe1ad885 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Sep 2006 19:42:04 +0000 Subject: [PATCH] Version 2.3a. --- ChangeLog | 3 +++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 851983d7..798f6d4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-09-13 Paul Eggert + * 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 749a2fa4..a970b34e 100644 --- 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 tag. diff --git a/configure.ac b/configure.ac index 36d4dc11..7a2cac99 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.45.2