From: Joel E. Denny Date: Thu, 11 Dec 2008 21:06:48 +0000 (-0500) Subject: Version 2.4.1. X-Git-Tag: v2.4.1^0 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/41930e7ad89f9a889b1c00fbd2842dded01ada1a Version 2.4.1. * NEWS: Set version and date. * lib/Makefile.am: Update copyright year. * tests/atlocal.in: Update copyright year. --- diff --git a/ChangeLog b/ChangeLog index d3cb7bb0..f28a8478 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-12-11 Joel E. Denny + + Version 2.4.1. + * NEWS: Set version and date. + * lib/Makefile.am: Update copyright year. + * tests/atlocal.in: Update copyright year. + 2008-12-11 Joel E. Denny Semicolon feature removal is not about future language support. diff --git a/NEWS b/NEWS index d67e3f03..7d1a444d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Bison News ---------- -* Changes in version ?.? (????-??-??): +* Changes in version 2.4.1 (2008-12-11): ** In the GLR defines file, unexpanded M4 macros in the yylval and yylloc declarations have been fixed. diff --git a/lib/Makefile.am b/lib/Makefile.am index 4ec82d94..03d4138f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,7 @@ # Make bison/lib. -# Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008 Free Software Foundation, +# Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/atlocal.in b/tests/atlocal.in index a67c4dc3..1a5f5f4f 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,8 +1,8 @@ # @configure_input@ -*- shell-script -*- # Configurable variable values for Bison test suite. -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software -# Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free +# Software Foundation, Inc. # We need a C compiler. CC='@CC@'