From 7bd1665a866352f3c1ef800e907e5357f72ff94a Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Wed, 28 May 2008 03:25:22 +0000 Subject: [PATCH] * NEWS (2.3b+): New section, empty for now. * configure.ac (AC_INIT): 2.3b -> 2.3b+. --- ChangeLog | 5 +++++ NEWS | 4 ++++ configure.ac | 2 +- doc/bison.1 | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d3b993e..35b2249a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-27 Joel E. Denny + + * NEWS (2.3b+): New section, empty for now. + * configure.ac (AC_INIT): 2.3b -> 2.3b+. + 2008-05-27 Joel E. Denny * NEWS (2.3b): Update release date since there has been a delay in diff --git a/NEWS b/NEWS index 15f6223e..d5beea0f 100644 --- 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 diff --git a/configure.ac b/configure.ac index a8866acf..95d91dde 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/bison.1 b/doc/bison.1 index f861ae4f..7fc0a448 100644 --- a/doc/bison.1 +++ b/doc/bison.1 @@ -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 -- 2.47.2