From bd02cd5d3a473422ec147ff422a6581a8f92b510 Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Fri, 23 May 2008 05:32:11 +0000 Subject: [PATCH] * NEWS: Version 2.3b. * configure.ac (AC_INIT): Likewise. (PACKAGE_COPYRIGHT_YEAR): Update to 2008. --- ChangeLog | 6 ++++++ NEWS | 2 +- configure.ac | 6 +++--- doc/bison.1 | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index de672364..331e35a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-23 Joel E. Denny + + * NEWS: Version 2.3b. + * configure.ac (AC_INIT): Likewise. + (PACKAGE_COPYRIGHT_YEAR): Update to 2008. + 2008-05-23 Joel E. Denny * HACKING: Don't say don't mention HACKING in the ChangeLog. We've diff --git a/NEWS b/NEWS index 1e1d0ae2..fd26928f 100644 --- 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: diff --git a/configure.ac b/configure.ac index 4d3dc0e5..a8866acf 100644 --- a/configure.ac +++ b/configure.ac @@ -19,10 +19,10 @@ # 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]) diff --git a/doc/bison.1 b/doc/bison.1 index 9fb8676c..f861ae4f 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" "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 . .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. -- 2.45.2