From 878cb97be8b968423c430fc2fd682211768fdb16 Mon Sep 17 00:00:00 2001 From: hboehm Date: Mon, 2 Jul 2007 23:08:21 +0000 Subject: [PATCH] 2007-07-02 Hans Boehm * version.h, configure.ac, doc/README: Change to version 7.1alpha1. * configure: Regenerate. --- ChangeLog | 5 +++++ configure.ac | 4 ++-- doc/README | 2 +- version.h | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10b98ec..8982eed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * configure: Regenerate. diff --git a/configure.ac b/configure.ac index 86d0acf..7ef69b5 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 33a6740..e4cc802 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 112dec3..c48ec6c 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 -- 2.7.4