From d81e5db73fe158f6c6fece9e4670e35298b5d436 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 5 Nov 2001 15:15:47 +0000 Subject: [PATCH] Bump to 1.30b. --- NEWS | 2 +- aclocal.m4 | 2 +- configure | 20 ++++++++++---------- configure.in | 4 ++-- doc/bison.info-1 | 4 ++-- doc/stamp-vti | 4 ++-- doc/version.texi | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/NEWS b/NEWS index 40ab54af..fa0ac5ee 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Bison News ---------- -Changes in version 1.30a: +Changes in version 1.30b: * Fixed incorrect processing of some invalid input. diff --git a/aclocal.m4 b/aclocal.m4 index 53c5134a..1755eede 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -# aclocal.m4t generated automatically by aclocal 1.5a -*- Autoconf -*- +# aclocal.m4 generated automatically by aclocal 1.5a -*- Autoconf -*- # Copyright 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. diff --git a/configure b/configure index d6c6bb79..77a79e19 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.52g for GNU Bison 1.30a. +# Generated by GNU Autoconf 2.52g for GNU Bison 1.30b. # # Report bugs to . # @@ -325,8 +325,8 @@ mandir='${prefix}/man' # Identity of this package. PACKAGE_NAME='GNU Bison' PACKAGE_TARNAME='bison' -PACKAGE_VERSION='1.30a' -PACKAGE_STRING='GNU Bison 1.30a' +PACKAGE_VERSION='1.30b' +PACKAGE_STRING='GNU Bison 1.30b' PACKAGE_BUGREPORT='bug-bison@gnu.org' ac_prev= @@ -752,7 +752,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GNU Bison 1.30a to adapt to many kinds of systems. +\`configure' configures GNU Bison 1.30b to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -818,7 +818,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Bison 1.30a:";; + short | recursive ) echo "Configuration of GNU Bison 1.30b:";; esac cat <<\_ACEOF @@ -913,7 +913,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GNU Bison configure 1.30a +GNU Bison configure 1.30b generated by GNU Autoconf 2.52g Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 @@ -928,7 +928,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GNU Bison $as_me 1.30a, which was +It was created by GNU Bison $as_me 1.30b, which was generated by GNU Autoconf 2.52g. Invocation command line was $ $0 $@ @@ -1429,7 +1429,7 @@ fi # Define the identity of the package. PACKAGE=bison -VERSION=1.30a +VERSION=1.30b cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" @@ -8766,7 +8766,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by GNU Bison $as_me 1.30a, which was +This file was extended by GNU Bison $as_me 1.30b, which was generated by GNU Autoconf 2.52g. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8828,7 +8828,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Bison config.status 1.30a +GNU Bison config.status 1.30b configured by $0, generated by GNU Autoconf 2.52g, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 84efbef2..524f9891 100644 --- a/configure.in +++ b/configure.in @@ -18,10 +18,10 @@ # We need a recent Autoconf to run a recent Autotest. AC_PREREQ(2.52e) -AC_INIT([GNU Bison], [1.30a], [bug-bison@gnu.org]) +AC_INIT([GNU Bison], [1.30b], [bug-bison@gnu.org]) AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE([bison], [1.30a]) +AM_INIT_AUTOMAKE([bison], [1.30b]) AM_CONFIG_HEADER(config.h:config.hin) # Initialize the test suite. diff --git a/doc/bison.info-1 b/doc/bison.info-1 index 6f3a9a71..ff8b5b95 100644 --- a/doc/bison.info-1 +++ b/doc/bison.info-1 @@ -34,7 +34,7 @@ File: bison.info, Node: Top, Next: Introduction, Up: (dir) Bison ***** - This manual documents version 1.30a of Bison, updated 5 November + This manual documents version 1.30b of Bison, updated 5 November 2001. * Menu: @@ -238,7 +238,7 @@ Bison in detail. it Yacc-compatible. Wilfred Hansen of Carnegie Mellon University added multi-character string literals and other features. - This edition corresponds to version 1.30a of Bison. + This edition corresponds to version 1.30b of Bison.  File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top diff --git a/doc/stamp-vti b/doc/stamp-vti index 2a4a4194..52edc15f 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ @set UPDATED 5 November 2001 @set UPDATED-MONTH November 2001 -@set EDITION 1.30a -@set VERSION 1.30a +@set EDITION 1.30b +@set VERSION 1.30b diff --git a/doc/version.texi b/doc/version.texi index 2a4a4194..52edc15f 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 5 November 2001 @set UPDATED-MONTH November 2001 -@set EDITION 1.30a -@set VERSION 1.30a +@set EDITION 1.30b +@set VERSION 1.30b -- 2.50.0