mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
* configure.in, doc/version.texi: Bump to 1.31a.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-01-19 Marc Autret <marc@gnu.org>
|
||||||
|
|
||||||
|
* configure.in, doc/version.texi: Bump to 1.31a.
|
||||||
|
|
||||||
2002-01-14 Akim Demaille <akim@epita.fr>
|
2002-01-14 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
Version 1.31.
|
Version 1.31.
|
||||||
|
|||||||
5
NEWS
5
NEWS
@@ -1,6 +1,11 @@
|
|||||||
Bison News
|
Bison News
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Changes in version 1.31a, 2002-01-19:
|
||||||
|
|
||||||
|
* Fix YACC option output file names.
|
||||||
|
|
||||||
|
|
||||||
Changes in version 1.31, 2002-01-14:
|
Changes in version 1.31, 2002-01-14:
|
||||||
|
|
||||||
* Many Bug Fixes
|
* Many Bug Fixes
|
||||||
|
|||||||
@@ -20,10 +20,10 @@
|
|||||||
# We need a recent Autoconf to run a recent Autotest.
|
# We need a recent Autoconf to run a recent Autotest.
|
||||||
AC_PREREQ(2.52g)
|
AC_PREREQ(2.52g)
|
||||||
|
|
||||||
AC_INIT([GNU Bison], [1.31], [bug-bison@gnu.org])
|
AC_INIT([GNU Bison], [1.31a], [bug-bison@gnu.org])
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([bison], [1.31])
|
AM_INIT_AUTOMAKE([bison], [1.31a])
|
||||||
AM_CONFIG_HEADER(config.h:config.hin)
|
AM_CONFIG_HEADER(config.h:config.hin)
|
||||||
|
|
||||||
# Initialize the test suite.
|
# Initialize the test suite.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@set UPDATED 5 January 2002
|
@set UPDATED 5 January 2002
|
||||||
@set UPDATED-MONTH January 2002
|
@set UPDATED-MONTH January 2002
|
||||||
@set EDITION 1.31
|
@set EDITION 1.31a
|
||||||
@set VERSION 1.31
|
@set VERSION 1.31a
|
||||||
|
|||||||
Reference in New Issue
Block a user