From: Paul Eggert Date: Fri, 19 May 2006 21:46:07 +0000 (+0000) Subject: Version 2.1. X-Git-Tag: v2.3b~398 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ab8d9dc52f4f90c357134abfd019398d348d137f Version 2.1. --- diff --git a/ChangeLog b/ChangeLog index 54c34406..6e6103d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-19 Paul Eggert + + * NEWS: Version 2.1. + * configure.ac (AC_INIT): Likewise. + 2006-05-17 Joel E. Denny * data/glr.c (yyreportTree): Make room in yystates for the state diff --git a/NEWS b/NEWS index 2fd81bf3..54775985 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ 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 @@ -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 - fail using `%require "2.1a"'. + fail using `%require "2.2"'. * DJGPP support added. diff --git a/configure.ac b/configure.ac index 087cd490..4b1cad28 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # 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])