summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@ces.clemson.edu>2008-12-11 16:06:48 -0500
committerJoel E. Denny <jdenny@ces.clemson.edu>2008-12-11 16:07:47 -0500
commit41930e7ad89f9a889b1c00fbd2842dded01ada1a (patch)
treee71f5bbd4d89624474b8e247bafcb2452a6c9275
parentd07932ef3d14aae86149b8ff65258f520ffa3998 (diff)
downloadbison-branch-2.4.1.tar.gz
Version 2.4.1.v2.4.1branch-2.4.1
* NEWS: Set version and date. * lib/Makefile.am: Update copyright year. * tests/atlocal.in: Update copyright year.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS2
-rw-r--r--lib/Makefile.am3
-rw-r--r--tests/atlocal.in4
4 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d3cb7bb0..f28a8478 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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.
* NEWS: The semicolon feature is no longer active for newer languages,
so don't claim that it causes trouble for them.
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@'