]> granicus.if.org Git - gc/commitdiff
2006-09-19 Hans Boehm <Hans.Boehm@hp.com> gc7_0alpha7
authorhboehm <hboehm>
Wed, 20 Sep 2006 01:11:25 +0000 (01:11 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:38 +0000 (21:06 +0400)
* configure.ac, version.h, doc/README: Increment version number
for 7.0alpha7 release.
* configure: Regenerate.

configure
configure.ac
doc/README
version.h

index 02cbce7c86ea5950d2ba0b565160cd016da846cc..fd38e159593cde3cb98f5bea84b3a2c54d7ba5bf 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Revision: 1.13 .
+# From configure.ac Revision: 1.14 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for gc 7.0alpha6.
+# Generated by GNU Autoconf 2.59 for gc 7.0alpha7.
 #
 # Report bugs to <Hans.Boehm@hp.com>.
 #
@@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='gc'
 PACKAGE_TARNAME='gc'
-PACKAGE_VERSION='7.0alpha6'
-PACKAGE_STRING='gc 7.0alpha6'
+PACKAGE_VERSION='7.0alpha7'
+PACKAGE_STRING='gc 7.0alpha7'
 PACKAGE_BUGREPORT='Hans.Boehm@hp.com'
 
 ac_unique_file="gcj_mlc.c"
@@ -957,7 +957,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.0alpha6 to adapt to many kinds of systems.
+\`configure' configures gc 7.0alpha7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1024,7 +1024,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gc 7.0alpha6:";;
+     short | recursive ) echo "Configuration of gc 7.0alpha7:";;
    esac
   cat <<\_ACEOF
 
@@ -1175,7 +1175,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-gc configure 7.0alpha6
+gc configure 7.0alpha7
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1189,7 +1189,7 @@ cat >&5 <<_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.0alpha6, which was
+It was created by gc $as_me 7.0alpha7, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1961,7 +1961,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gc'
- VERSION='7.0alpha6'
+ VERSION='7.0alpha7'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -10768,7 +10768,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by gc $as_me 7.0alpha6, which was
+This file was extended by gc $as_me 7.0alpha7, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10826,7 +10826,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-gc config.status 7.0alpha6
+gc config.status 7.0alpha7
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 57986c83def87a7252f7198e2003ae53f8dd663c..467c166a87038606bd051823a27a883093402a4d 100644 (file)
@@ -17,12 +17,12 @@ dnl Process this file with autoconf to produce configure.
 # Initialization
 # ==============
 
-AC_INIT(gc,7.0alpha6,Hans.Boehm@hp.com) 
+AC_INIT(gc,7.0alpha7,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.14 $)
+AC_REVISION($Revision: 1.15 $)
 GC_SET_VERSION
 AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects nostdinc])
 AM_MAINTAINER_MODE
index 073cbc102514f5d25dee3398e718d4bfbeadb194..ca54b6c047ea98c99f2af3d8f8affe2f3d5c2013 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.0alpha6 of a conservative garbage collector for C and C++.
+This is version 7.0alpha7 of a conservative garbage collector for C and C++.
 
 You might find a more recent version of this at
 
index 8e54a96fe7a5eeb87b95599fad520b7728b6ed49..06bec716c890246cf0969d4e51fe33a01762baf2 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 6
+#define GC_TMP_ALPHA_VERSION 7
 
 #ifndef GC_NOT_ALPHA
 #   define GC_NOT_ALPHA 0xff