* NEWS: Version 2.3b.

* configure.ac (AC_INIT): Likewise.
(PACKAGE_COPYRIGHT_YEAR): Update to 2008.
This commit is contained in:
Joel E. Denny
2008-05-23 05:32:11 +00:00
parent 9126263e13
commit bd02cd5d3a
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
* NEWS: Version 2.3b.
* configure.ac (AC_INIT): Likewise.
(PACKAGE_COPYRIGHT_YEAR): Update to 2008.
2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu> 2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
* HACKING: Don't say don't mention HACKING in the ChangeLog. We've * HACKING: Don't say don't mention HACKING in the ChangeLog. We've

2
NEWS
View File

@@ -1,7 +1,7 @@
Bison News Bison News
---------- ----------
Changes in version 2.3a+ (????-??-??): Changes in version 2.3b (2008-05-23):
* The quotes around NAME that used to be required in the following directive * The quotes around NAME that used to be required in the following directive
are now deprecated: are now deprecated:

View File

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

View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH BISON "1" "March 2008" "bison 2.3a+" "User Commands" .TH BISON "1" "May 2008" "bison 2.3b" "User Commands"
.SH NAME .SH NAME
bison \- GNU Project parser generator (yacc replacement) bison \- GNU Project parser generator (yacc replacement)
.SH SYNOPSIS .SH SYNOPSIS
@@ -175,7 +175,7 @@ Written by Robert Corbett and Richard Stallman.
.SH "REPORTING BUGS" .SH "REPORTING BUGS"
Report bugs to <bug\-bison@gnu.org>. Report bugs to <bug\-bison@gnu.org>.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 2007 Free Software Foundation, Inc. Copyright \(co 2008 Free Software Foundation, Inc.
.br .br
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.