* NEWS (2.3b+): New section, empty for now.

* configure.ac (AC_INIT): 2.3b -> 2.3b+.
This commit is contained in:
Joel E. Denny
2008-05-28 03:25:22 +00:00
parent 72c5b9828e
commit 7bd1665a86
4 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
* NEWS (2.3b+): New section, empty for now.
* configure.ac (AC_INIT): 2.3b -> 2.3b+.
2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
* NEWS (2.3b): Update release date since there has been a delay in

4
NEWS
View File

@@ -1,6 +1,10 @@
Bison News
----------
Changes in version 2.3b+ (????-??-??):
*
Changes in version 2.3b (2008-05-27):
* The quotes around NAME that used to be required in the following directive

View File

@@ -19,7 +19,7 @@
# We have strange test case titles, so we need Autoconf 2.61 or better.
AC_PREREQ(2.61)
AC_INIT([GNU Bison], [2.3b], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [2.3b+], [bug-bison@gnu.org])
AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2008],
[The copyright year for this package])
AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2008])

View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH BISON "1" "May 2008" "bison 2.3b" "User Commands"
.TH BISON "1" "May 2008" "bison 2.3b+" "User Commands"
.SH NAME
bison \- GNU Project parser generator (yacc replacement)
.SH SYNOPSIS