]> git.saurik.com Git - bison.git/commitdiff
* NEWS (2.3b+): New section, empty for now.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 28 May 2008 03:25:22 +0000 (03:25 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 28 May 2008 03:25:22 +0000 (03:25 +0000)
* configure.ac (AC_INIT): 2.3b -> 2.3b+.

ChangeLog
NEWS
configure.ac
doc/bison.1

index 6d3b993e358df2940b4d0cf412c8c8ab7d4e34bb..35b2249af007b33ac55ca41b89087bfb55a08ac7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 15f6223e9cb9fc39f3ddbab5088d541a639b4094..d5beea0ffb831fec3340e39426d6c23e79bdb113 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index a8866acfe8e88933f09e9730401c8a1a5c3b2031..95d91ddeedaa32429a58078bb48ec64d490dbf15 100644 (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])
index f861ae4f3e3d6a32b559d19f708b0ed376a6a5ac..7fc0a448660b2c07ade0b3b39231550ab4157ff3 100644 (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