2007-07-02 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Mon, 2 Jul 2007 23:08:21 +0000 (23:08 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:41 +0000 (21:06 +0400)
* version.h, configure.ac, doc/README: Change to version 7.1alpha1.
* configure: Regenerate.

ChangeLog
configure.ac
doc/README
version.h

index 10b98ec..8982eed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-07-02  Hans Boehm <Hans.Boehm@hp.com>
        
+       * version.h, configure.ac, doc/README: Change to version 7.1alpha1.
+       * configure: Regenerate.
+
+2007-07-02  Hans Boehm <Hans.Boehm@hp.com>
+       
        * version.h, configure.ac, doc/README: Change to version 7.0.
        * configure: Regenerate.
 
index 86d0acf..7ef69b5 100644 (file)
@@ -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
index 33a6740..e4cc802 100644 (file)
@@ -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
 
index 112dec3..c48ec6c 100644 (file)
--- 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