Version 2.4.1.

* NEWS: Set version and date.
* lib/Makefile.am: Update copyright year.
* tests/atlocal.in: Update copyright year.
This commit is contained in:
Joel E. Denny
2008-12-11 16:06:48 -05:00
parent d07932ef3d
commit 41930e7ad8
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
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 <jdenny@ces.clemson.edu>
Semicolon feature removal is not about future language support.

2
NEWS
View File

@@ -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.

View File

@@ -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

View File

@@ -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@'