]> git.saurik.com Git - bison.git/commitdiff
Version 2.1.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 May 2006 21:46:07 +0000 (21:46 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 May 2006 21:46:07 +0000 (21:46 +0000)
ChangeLog
NEWS
configure.ac

index 54c344060e14677a82ab6f18e0c662ae75717474..6e6103d4ef21fb557dea214d4e6da47dc7387d11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS: Version 2.1.
+       * configure.ac (AC_INIT): Likewise.
+
 2006-05-17  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        * data/glr.c (yyreportTree): Make room in yystates for the state
 2006-05-17  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        * data/glr.c (yyreportTree): Make room in yystates for the state
diff --git a/NEWS b/NEWS
index 2fd81bf3ed2fe6d45467b79dccd5d41193f31d0d..54775985a887aa22dbd47d85396fc2b3ea7c168d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 Bison News
 ----------
 
 Bison News
 ----------
 
-Changes in version 2.2, 2006-05-09:
+Changes in version 2.2, 2006-05-19:
 
 * The distribution terms for all Bison-generated parsers now permit
   using the parsers in nonfree programs.  Previously, this permission
 
 * The distribution terms for all Bison-generated parsers now permit
   using the parsers in nonfree programs.  Previously, this permission
@@ -79,7 +79,7 @@ Changes in version 2.2, 2006-05-09:
   for previous releases of Bison, and this one.
 
   If you wish to update, then make sure older version of Bison will
   for previous releases of Bison, and this one.
 
   If you wish to update, then make sure older version of Bison will
-  fail using `%require "2.1a"'.
+  fail using `%require "2.2"'.
 
 * DJGPP support added.
 \f
 
 * DJGPP support added.
 \f
index 087cd4904539db40863efb0321401d610833486c..4b1cad288e1154467eacbe2f367549276b6b9709 100644 (file)
@@ -24,7 +24,7 @@
 # least Autoconf 2.59.
 AC_PREREQ(2.59)
 
 # least Autoconf 2.59.
 AC_PREREQ(2.59)
 
-AC_INIT([GNU Bison], [2.1b], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [2.2], [bug-bison@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])