From: hboehm Date: Mon, 2 Jul 2007 23:08:21 +0000 (+0000) Subject: 2007-07-02 Hans Boehm X-Git-Tag: gc7_1alpha2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=878cb97be8b968423c430fc2fd682211768fdb16;p=gc 2007-07-02 Hans Boehm * version.h, configure.ac, doc/README: Change to version 7.1alpha1. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 10b98ec6..8982eedf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-02 Hans Boehm + + * version.h, configure.ac, doc/README: Change to version 7.1alpha1. + * configure: Regenerate. + 2007-07-02 Hans Boehm * version.h, configure.ac, doc/README: Change to version 7.0. diff --git a/configure.ac b/configure.ac index 86d0acf2..7ef69b53 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.0,Hans.Boehm@hp.com) +AC_INIT(gc,7.1alpha1,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.26 $) +AC_REVISION($Revision: 1.27 $) GC_SET_VERSION AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects nostdinc]) AM_MAINTAINER_MODE diff --git a/doc/README b/doc/README index 33a6740b..e4cc802b 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.0 of a conservative garbage collector for C and C++. +This is version 7.1alpha1 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 112dec30..c48ec6c9 100644 --- a/version.h +++ b/version.h @@ -2,8 +2,8 @@ /* Eventually this one may become unnecessary. For now we need */ /* 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 GC_NOT_ALPHA +#define GC_TMP_VERSION_MINOR 1 +#define GC_TMP_ALPHA_VERSION 1 #ifndef GC_NOT_ALPHA # define GC_NOT_ALPHA 0xff