From d0d7d31d2287c99e4e51e92e5ebe09c5d385ce7d Mon Sep 17 00:00:00 2001 From: hboehm Date: Wed, 20 Sep 2006 01:11:25 +0000 Subject: [PATCH] 2006-09-19 Hans Boehm * configure.ac, version.h, doc/README: Increment version number for 7.0alpha7 release. * configure: Regenerate. --- configure | 22 +++++++++++----------- configure.ac | 4 ++-- doc/README | 2 +- version.h | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 02cbce7c..fd38e159 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Revision: 1.13 . +# From configure.ac Revision: 1.14 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for gc 7.0alpha6. +# Generated by GNU Autoconf 2.59 for gc 7.0alpha7. # # Report bugs to . # @@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='gc' PACKAGE_TARNAME='gc' -PACKAGE_VERSION='7.0alpha6' -PACKAGE_STRING='gc 7.0alpha6' +PACKAGE_VERSION='7.0alpha7' +PACKAGE_STRING='gc 7.0alpha7' PACKAGE_BUGREPORT='Hans.Boehm@hp.com' ac_unique_file="gcj_mlc.c" @@ -957,7 +957,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 gc 7.0alpha6 to adapt to many kinds of systems. +\`configure' configures gc 7.0alpha7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1024,7 +1024,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gc 7.0alpha6:";; + short | recursive ) echo "Configuration of gc 7.0alpha7:";; esac cat <<\_ACEOF @@ -1175,7 +1175,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -gc configure 7.0alpha6 +gc configure 7.0alpha7 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1189,7 +1189,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 gc $as_me 7.0alpha6, which was +It was created by gc $as_me 7.0alpha7, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1961,7 +1961,7 @@ fi # Define the identity of the package. PACKAGE='gc' - VERSION='7.0alpha6' + VERSION='7.0alpha7' cat >>confdefs.h <<_ACEOF @@ -10768,7 +10768,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by gc $as_me 7.0alpha6, which was +This file was extended by gc $as_me 7.0alpha7, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10826,7 +10826,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -gc config.status 7.0alpha6 +gc config.status 7.0alpha7 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 57986c83..467c166a 100644 --- a/configure.ac +++ b/configure.ac @@ -17,12 +17,12 @@ dnl Process this file with autoconf to produce configure. # Initialization # ============== -AC_INIT(gc,7.0alpha6,Hans.Boehm@hp.com) +AC_INIT(gc,7.0alpha7,Hans.Boehm@hp.com) ## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)? AC_CONFIG_SRCDIR(gcj_mlc.c) AC_CANONICAL_TARGET AC_PREREQ(2.53) -AC_REVISION($Revision: 1.14 $) +AC_REVISION($Revision: 1.15 $) GC_SET_VERSION AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects nostdinc]) AM_MAINTAINER_MODE diff --git a/doc/README b/doc/README index 073cbc10..ca54b6c0 100644 --- a/doc/README +++ b/doc/README @@ -31,7 +31,7 @@ are GPL'ed, but with an exception that should cover all uses in the collector. (If you are concerned about such things, I recommend you look at the notice in config.guess or ltmain.sh.) -This is version 7.0alpha6 of a conservative garbage collector for C and C++. +This is version 7.0alpha7 of a conservative garbage collector for C and C++. You might find a more recent version of this at diff --git a/version.h b/version.h index 8e54a96f..06bec716 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,7 @@ /* it to keep the old-style build process working. */ #define GC_TMP_VERSION_MAJOR 7 #define GC_TMP_VERSION_MINOR 0 -#define GC_TMP_ALPHA_VERSION 6 +#define GC_TMP_ALPHA_VERSION 7 #ifndef GC_NOT_ALPHA # define GC_NOT_ALPHA 0xff -- 2.50.1