]> git.saurik.com Git - bison.git/commitdiff
Version 2.4.1. v2.4.1
authorJoel E. Denny <jdenny@ces.clemson.edu>
Thu, 11 Dec 2008 21:06:48 +0000 (16:06 -0500)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Thu, 11 Dec 2008 21:07:47 +0000 (16:07 -0500)
* NEWS: Set version and date.
* lib/Makefile.am: Update copyright year.
* tests/atlocal.in: Update copyright year.

ChangeLog
NEWS
lib/Makefile.am
tests/atlocal.in

index d3cb7bb01713f723fb845a87dfb29b195c23cc2a..f28a8478cee1bdc42d46cd08b18c1579f37e7ee0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index d67e3f03518803f5280646d5ecb3cedee1dc3b07..7d1a444d55b41b99bb4ae9c0c237f7897b41f240 100644 (file)
--- 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.
index 4ec82d9495cf7d77e7572a828b7238779cda274c..03d4138f11759277a440b7ec543aca16583da999 100644 (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
index a67c4dc39c7265561f156a50c425676110950c90..1a5f5f4fe3cee99df297d174375751feff8d58f9 100644 (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@'