]> git.saurik.com Git - bison.git/commitdiff
* NEWS: Version 2.3b.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 23 May 2008 05:32:11 +0000 (05:32 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Fri, 23 May 2008 05:32:11 +0000 (05:32 +0000)
* configure.ac (AC_INIT): Likewise.
(PACKAGE_COPYRIGHT_YEAR): Update to 2008.

ChangeLog
NEWS
configure.ac
doc/bison.1

index de672364256d36a8cf36976e3158234a61a4cc2e..331e35a20165de080cb8c5597e89b64e6f18183a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * HACKING: Don't say don't mention HACKING in the ChangeLog.  We've
diff --git a/NEWS b/NEWS
index 1e1d0ae223a3b2a7a36660ff734251ca267286e3..fd26928fe4561c98a0b3eb8d128e001ce5293c1f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 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:
index 4d3dc0e50f4e22054b1ce58d70779e0f03e76f5c..a8866acfe8e88933f09e9730401c8a1a5c3b2031 100644 (file)
 # 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])
index 9fb8676c9b7b8f21a15814987ff0a67e3ce8b5c3..f861ae4f3e3d6a32b559d19f708b0ed376a6a5ac 100644 (file)
@@ -1,5 +1,5 @@
 .\" 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
@@ -175,7 +175,7 @@ Written by Robert Corbett and Richard Stallman.
 .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.