From: Marc Autret Date: Sat, 19 Jan 2002 12:47:28 +0000 (+0000) Subject: * configure.in, doc/version.texi: Bump to 1.31a. X-Git-Tag: BISON-1_32~12 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/7baed3bf89d1f731f1322b60dc802781e8edcfad?ds=inline * configure.in, doc/version.texi: Bump to 1.31a. --- diff --git a/ChangeLog b/ChangeLog index b67bdf50..09e7ef71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-19 Marc Autret + + * configure.in, doc/version.texi: Bump to 1.31a. + 2002-01-14 Akim Demaille Version 1.31. diff --git a/NEWS b/NEWS index ae1738af..7c26c75f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ Bison News ---------- +Changes in version 1.31a, 2002-01-19: + +* Fix YACC option output file names. + + Changes in version 1.31, 2002-01-14: * Many Bug Fixes diff --git a/configure.in b/configure.in index c25f8846..cb298775 100644 --- a/configure.in +++ b/configure.in @@ -20,10 +20,10 @@ # We need a recent Autoconf to run a recent Autotest. 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) -AM_INIT_AUTOMAKE([bison], [1.31]) +AM_INIT_AUTOMAKE([bison], [1.31a]) AM_CONFIG_HEADER(config.h:config.hin) # Initialize the test suite. diff --git a/doc/version.texi b/doc/version.texi index 2b4c2b76..c02e6030 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 5 January 2002 @set UPDATED-MONTH January 2002 -@set EDITION 1.31 -@set VERSION 1.31 +@set EDITION 1.31a +@set VERSION 1.31a