From: hboehm Date: Sat, 13 Jun 2009 01:06:54 +0000 (+0000) Subject: 2009-06-12 Hans Boehm X-Git-Tag: gc7_2alpha4~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4db11bf68b5fa1736f02f6e9b2b1e067fc386f7;p=gc 2009-06-12 Hans Boehm * include/gc_version.h, configure.ac, doc/README: Change to version 7.2alpha3. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 8960baaf..248bba41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-06-12 Hans Boehm + + * include/gc_version.h, configure.ac, doc/README: + Change to version 7.2alpha3. + * configure: Regenerate. + +[7.2alpha2] + 2009-06-12 Hans Boehm * include/gc_version.h, configure.ac, doc/README: diff --git a/configure b/configure index 7cc35ce7..4b00787e 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Revision: 1.42 . +# From configure.ac Revision: 1.43 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for gc 7.2alpha2. +# Generated by GNU Autoconf 2.61 for gc 7.2alpha3. # # Report bugs to . # @@ -729,8 +729,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='gc' PACKAGE_TARNAME='gc' -PACKAGE_VERSION='7.2alpha2' -PACKAGE_STRING='gc 7.2alpha2' +PACKAGE_VERSION='7.2alpha3' +PACKAGE_STRING='gc 7.2alpha3' PACKAGE_BUGREPORT='Hans.Boehm@hp.com' ac_unique_file="gcj_mlc.c" @@ -1436,7 +1436,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.2alpha2 to adapt to many kinds of systems. +\`configure' configures gc 7.2alpha3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1507,7 +1507,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gc 7.2alpha2:";; + short | recursive ) echo "Configuration of gc 7.2alpha3:";; esac cat <<\_ACEOF @@ -1631,7 +1631,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gc configure 7.2alpha2 +gc configure 7.2alpha3 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1645,7 +1645,7 @@ cat >config.log <<_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.2alpha2, which was +It was created by gc $as_me 7.2alpha3, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2488,7 +2488,7 @@ fi # Define the identity of the package. PACKAGE='gc' - VERSION='7.2alpha2' + VERSION='7.2alpha3' cat >>confdefs.h <<_ACEOF @@ -22520,7 +22520,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gc $as_me 7.2alpha2, which was +This file was extended by gc $as_me 7.2alpha3, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22567,7 +22567,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -gc config.status 7.2alpha2 +gc config.status 7.2alpha3 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 238488e4..8bb800ff 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.2alpha2,Hans.Boehm@hp.com) +AC_INIT(gc,7.2alpha3,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.43 $) +AC_REVISION($Revision: 1.44 $) GC_SET_VERSION AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects nostdinc]) AM_MAINTAINER_MODE diff --git a/doc/README b/doc/README index 4ac67d7d..36a926a4 100644 --- a/doc/README +++ b/doc/README @@ -36,7 +36,7 @@ Public License, but is not needed by, nor linked into the collector library. It is included here only becuase the atomic_ops distribution is, for simplicity, included in its entirety. -This is version 7.2alpha2 of a conservative garbage collector for C and C++. +This is version 7.2alpha3 of a conservative garbage collector for C and C++. You might find a more recent version of this at diff --git a/include/gc_version.h b/include/gc_version.h index aecdd9a8..cc6c7d1d 100644 --- a/include/gc_version.h +++ b/include/gc_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 2 -#define GC_TMP_ALPHA_VERSION 2 +#define GC_TMP_ALPHA_VERSION 3 #ifndef GC_NOT_ALPHA # define GC_NOT_ALPHA 0xff