]> granicus.if.org Git - gc/commitdiff
2008-05-03 Hans Boehm <Hans.Boehm@hp.com> gc7_1
authorhboehm <hboehm>
Sun, 4 May 2008 01:07:59 +0000 (01:07 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:42 +0000 (21:06 +0400)
* include/gc_version.h, configure.ac, doc/README:
Change to version 7.1.
* configure: Regenerate.

ChangeLog
configure
configure.ac
doc/README
include/gc_version.h

index c2238ab89f97cf67efa1bec09bda2e1fc3741924..123aa0959610fd3d839eb8f8646cde7fa13f70f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-03  Hans Boehm <Hans.Boehm@hp.com>
+       
+       * include/gc_version.h, configure.ac, doc/README:
+       Change to version 7.1.
+       * configure: Regenerate.
+
 2008-05-03  Hans Boehm <Hans.Boehm@hp.com>
 
        * doc/gcinterface.html: Improve C++ interface documentation.
index 5e5e6f37e62dbc36d831ecd3c3fe8ac402128d13..603b587b10fad10a651214475673a0c8aad9e02a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Revision: 1.34 .
+# From configure.ac Revision: 1.35 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for gc 7.1alpha3.
+# Generated by GNU Autoconf 2.61 for gc 7.1.
 #
 # 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.1alpha3'
-PACKAGE_STRING='gc 7.1alpha3'
+PACKAGE_VERSION='7.1'
+PACKAGE_STRING='gc 7.1'
 PACKAGE_BUGREPORT='Hans.Boehm@hp.com'
 
 ac_unique_file="gcj_mlc.c"
@@ -1436,7 +1436,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.1alpha3 to adapt to many kinds of systems.
+\`configure' configures gc 7.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1507,7 +1507,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gc 7.1alpha3:";;
+     short | recursive ) echo "Configuration of gc 7.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1631,7 +1631,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gc configure 7.1alpha3
+gc configure 7.1
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1645,7 +1645,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.1alpha3, which was
+It was created by gc $as_me 7.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2488,7 +2488,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gc'
- VERSION='7.1alpha3'
+ VERSION='7.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -22512,7 +22512,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.1alpha3, which was
+This file was extended by gc $as_me 7.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -22559,7 +22559,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-gc config.status 7.1alpha3
+gc config.status 7.1
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 39343cc8ce099c38cbe421abb28ec9e4895e3ba8..136de81e285866c1ec94d1b440596c6876493ee1 100644 (file)
@@ -17,12 +17,12 @@ dnl Process this file with autoconf to produce configure.
 # Initialization
 # ==============
 
-AC_INIT(gc,7.1alpha3,Hans.Boehm@hp.com) 
+AC_INIT(gc,7.1,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.35 $)
+AC_REVISION($Revision: 1.36 $)
 GC_SET_VERSION
 AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects nostdinc])
 AM_MAINTAINER_MODE
index 0235c4b0074ae1132043107e1ddef96c458e1d1d..d9d49e827f4b8ba64d63d0174f7e50be42307d26 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.1alpha3 of a conservative garbage collector for C and C++.
+This is version 7.1 of a conservative garbage collector for C and C++.
 
 You might find a more recent version of this at
 
index c18c692e8b57691b844d49ac128751bf9f5ffb30..06944b96ac1a13c7dfa387c1d160ab11bc4c8a42 100644 (file)
@@ -3,7 +3,7 @@
 /* it to keep the old-style build process working.             */
 #define GC_TMP_VERSION_MAJOR 7
 #define GC_TMP_VERSION_MINOR 1
-#define GC_TMP_ALPHA_VERSION 3
+#define GC_TMP_ALPHA_VERSION GC_NOT_ALPHA
 
 #ifndef GC_NOT_ALPHA
 #   define GC_NOT_ALPHA 0xff