* NEWS (2.3b): Update release date since there has been a delay in

getting the announcements and tarballs out.
This commit is contained in:
Joel E. Denny
2008-05-28 00:28:50 +00:00
parent bd02cd5d3a
commit 72c5b9828e
4 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
* 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 <jdenny@ces.clemson.edu>
* NEWS: Version 2.3b.

2
NEWS
View File

@@ -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:

View File

@@ -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"

View File

@@ -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