* configure.ac (AC_INIT): Likewise.
(PACKAGE_COPYRIGHT_YEAR): Update to 2008.
+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>
* HACKING: Don't say don't mention HACKING in the ChangeLog. We've
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
are now deprecated:
# We have strange test case titles, so we need Autoconf 2.61 or better.
AC_PREREQ(2.61)
-AC_INIT([GNU Bison], [2.3a+], [bug-bison@gnu.org])
-AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2007],
+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], [2007])
+AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2008])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
.\" 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
bison \- GNU Project parser generator (yacc replacement)
.SH SYNOPSIS
.SH "REPORTING BUGS"
Report bugs to <bug\-bison@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2007 Free Software Foundation, Inc.
+Copyright \(co 2008 Free Software Foundation, Inc.
.br
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.