From 72c5b9828e08091a2e3d567bbcd0b4004749f5f9 Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Wed, 28 May 2008 00:28:50 +0000 Subject: [PATCH] * NEWS (2.3b): Update release date since there has been a delay in getting the announcements and tarballs out. --- ChangeLog | 5 +++++ NEWS | 2 +- src/parse-gram.c | 4 ++-- src/parse-gram.h | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 331e35a2..6d3b993e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-27 Joel E. Denny + + * NEWS (2.3b): Update release date since there has been a delay in + getting the announcements and tarballs out. + 2008-05-23 Joel E. Denny * NEWS: Version 2.3b. diff --git a/NEWS b/NEWS index fd26928f..15f6223e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Bison News ---------- -Changes in version 2.3b (2008-05-23): +Changes in version 2.3b (2008-05-27): * The quotes around NAME that used to be required in the following directive are now deprecated: diff --git a/src/parse-gram.c b/src/parse-gram.c index 83474f06..e0a3e854 100644 --- a/src/parse-gram.c +++ b/src/parse-gram.c @@ -1,5 +1,5 @@ -/* A Bison parser, made by GNU Bison 2.3a+. */ +/* A Bison parser, made by GNU Bison 2.3b. */ /* Skeleton implementation for Bison's Yacc-like parsers in C @@ -46,7 +46,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "2.3a+" +#define YYBISON_VERSION "2.3b" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" diff --git a/src/parse-gram.h b/src/parse-gram.h index 4a36b2f6..9d8c7d83 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -1,5 +1,5 @@ -/* A Bison parser, made by GNU Bison 2.3a+. */ +/* A Bison parser, made by GNU Bison 2.3b. */ /* Skeleton interface for Bison's Yacc-like parsers in C -- 2.45.2