Bison 1.29 released.

This commit is contained in:
Jesse Thilo
1999-12-13 07:48:09 +00:00
parent 96042d8155
commit f87a220598
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@@ -1,6 +1,14 @@
Bison News
----------
Changes in version 1.29:
* Russian translation added.
* NLS support updated; should hopefully be less troublesome.
* Added the old Bison reference card.
Changes in version 1.28:
* Should compile better now with K&R compilers.

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/reduce.c)
AM_INIT_AUTOMAKE(bison,1.28)
AM_INIT_AUTOMAKE(bison,1.29)
AM_CONFIG_HEADER(config.h:config.hin)
AC_PREREQ(2.13)