Version 2.1.

This commit is contained in:
Paul Eggert
2006-05-19 21:46:07 +00:00
parent 9138c575d8
commit ab8d9dc52f
3 changed files with 8 additions and 3 deletions

4
NEWS
View File

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