2007-05-15 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Tue, 15 May 2007 19:46:56 +0000 (19:46 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:40 +0000 (21:06 +0400)
* configure.ac, version.h, doc/README: Change version to 7.0alpha10.
* configure: Regenerate.

ChangeLog
configure
configure.ac
doc/README
version.h

index 5de18e0..37cf002 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2007-05-15  Hans Boehm <Hans.Boehm@hp.com>
 
+       * configure.ac, version.h, doc/README: Change version to 7.0alpha10.
+       * configure: Regenerate.
+
+[7.0alpha9 release]
+
+2007-05-15  Hans Boehm <Hans.Boehm@hp.com>
+
        * configure.ac, version.h, doc/README: Change version to 7.0alpha9.
        * configure: Regenerate.
 
index 91da2e8..217dbd6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Revision: 1.23 .
+# From configure.ac Revision: 1.24 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for gc 7.0alpha9.
+# Generated by GNU Autoconf 2.61 for gc 7.0alpha10.
 #
 # Report bugs to <Hans.Boehm@hp.com>.
 #
@@ -729,8 +729,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='gc'
 PACKAGE_TARNAME='gc'
-PACKAGE_VERSION='7.0alpha9'
-PACKAGE_STRING='gc 7.0alpha9'
+PACKAGE_VERSION='7.0alpha10'
+PACKAGE_STRING='gc 7.0alpha10'
 PACKAGE_BUGREPORT='Hans.Boehm@hp.com'
 
 ac_unique_file="gcj_mlc.c"
@@ -1434,7 +1434,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.0alpha9 to adapt to many kinds of systems.
+\`configure' configures gc 7.0alpha10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1505,7 +1505,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gc 7.0alpha9:";;
+     short | recursive ) echo "Configuration of gc 7.0alpha10:";;
    esac
   cat <<\_ACEOF
 
@@ -1628,7 +1628,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gc configure 7.0alpha9
+gc configure 7.0alpha10
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1642,7 +1642,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.0alpha9, which was
+It was created by gc $as_me 7.0alpha10, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2485,7 +2485,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gc'
- VERSION='7.0alpha9'
+ VERSION='7.0alpha10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -22452,7 +22452,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.0alpha9, which was
+This file was extended by gc $as_me 7.0alpha10, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -22499,7 +22499,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-gc config.status 7.0alpha9
+gc config.status 7.0alpha10
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index f0c73a1..adfb070 100644 (file)
@@ -17,12 +17,12 @@ dnl Process this file with autoconf to produce configure.
 # Initialization
 # ==============
 
-AC_INIT(gc,7.0alpha9,Hans.Boehm@hp.com) 
+AC_INIT(gc,7.0alpha10,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.24 $)
+AC_REVISION($Revision: 1.25 $)
 GC_SET_VERSION
 AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects nostdinc])
 AM_MAINTAINER_MODE
index 69ca5ab..09b3b07 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.0alpha9 of a conservative garbage collector for C and C++.
+This is version 7.0alpha10 of a conservative garbage collector for C and C++.
 
 You might find a more recent version of this at
 
index 2c3b54b..6081a5c 100644 (file)
--- 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 9
+#define GC_TMP_ALPHA_VERSION 10
 
 #ifndef GC_NOT_ALPHA
 #   define GC_NOT_ALPHA 0xff