summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-06-14 12:34:55 +0000
committerIvan Maidanski <ivmai@mail.ru>2012-11-14 13:53:10 +0400
commitdea5a60fe7b05322e89ad2de72c56b6af105b979 (patch)
tree9c257cc2ae4bef9bd7154a298a463d334a794647
parentc3e52de4a55fc3baa8ee981830b01fc65de95dfd (diff)
downloadbdwgc-dea5a60fe7b05322e89ad2de72c56b6af105b979.tar.gz
2011-06-14 Ivan Maidanski <ivmai@mail.ru>
* include/gc_version.h, configure.ac, doc/README: Change to version 7.2alpha6. * configure: Regenerate. --HG-- branch : bdwgc Conflicts: libatomic_ops/ChangeLog libatomic_ops/README libatomic_ops/configure libatomic_ops/configure.ac
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure22
-rw-r--r--configure.ac2
-rw-r--r--doc/README2
-rw-r--r--include/gc_version.h2
5 files changed, 22 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 112224d6..11a07e25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+[7.2alpha6]
+
+2011-06-14 Ivan Maidanski <ivmai@mail.ru>
+
+ * include/gc_version.h, configure.ac, doc/README: Change to
+ version 7.2alpha6.
+ * configure: Regenerate.
+
2011-05-31 Ivan Maidanski <ivmai@mail.ru>
* NT_STATIC_THREADS_MAKEFILE (.cpp.obj): Remove duplicate .cpp
diff --git a/configure b/configure
index 572544aa..9bf0ee20 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.ac Revision: 1.65 .
+# From configure.ac Revision: 1.66 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for gc 7.2alpha5.
+# Generated by GNU Autoconf 2.68 for gc 7.2alpha6.
#
# Report bugs to <Hans.Boehm@hp.com>.
#
@@ -571,8 +571,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gc'
PACKAGE_TARNAME='gc'
-PACKAGE_VERSION='7.2alpha5'
-PACKAGE_STRING='gc 7.2alpha5'
+PACKAGE_VERSION='7.2alpha6'
+PACKAGE_STRING='gc 7.2alpha6'
PACKAGE_BUGREPORT='Hans.Boehm@hp.com'
PACKAGE_URL=''
@@ -1368,7 +1368,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.2alpha5 to adapt to many kinds of systems.
+\`configure' configures gc 7.2alpha6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1439,7 +1439,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gc 7.2alpha5:";;
+ short | recursive ) echo "Configuration of gc 7.2alpha6:";;
esac
cat <<\_ACEOF
@@ -1567,7 +1567,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gc configure 7.2alpha5
+gc configure 7.2alpha6
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2057,7 +2057,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.2alpha5, which was
+It was created by gc $as_me 7.2alpha6, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -3031,7 +3031,7 @@ fi
# Define the identity of the package.
PACKAGE='gc'
- VERSION='7.2alpha5'
+ VERSION='7.2alpha6'
cat >>confdefs.h <<_ACEOF
@@ -17228,7 +17228,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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.2alpha5, which was
+This file was extended by gc $as_me 7.2alpha6, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17294,7 +17294,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gc config.status 7.2alpha5
+gc config.status 7.2alpha6
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index ca2813b5..aaf2b859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce configure.
# Initialization
# ==============
-AC_INIT(gc,7.2alpha5,Hans.Boehm@hp.com)
+AC_INIT(gc,7.2alpha6,Hans.Boehm@hp.com)
## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)?
AC_CONFIG_SRCDIR(gcj_mlc.c)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/README b/doc/README
index e9252bc5..b7def03a 100644
--- a/doc/README
+++ b/doc/README
@@ -36,7 +36,7 @@ Public License, but is not needed by, nor linked into the collector library.
It is included here only becuase the atomic_ops distribution is, for
simplicity, included in its entirety.
-This is version 7.2alpha5 of a conservative garbage collector for C and C++.
+This is version 7.2alpha6 of a conservative garbage collector for C and C++.
You might find a more recent version of this at
diff --git a/include/gc_version.h b/include/gc_version.h
index ee3bb22c..6c638ecb 100644
--- a/include/gc_version.h
+++ b/include/gc_version.h
@@ -23,7 +23,7 @@
/* it to keep the old-style build process working. */
#define GC_TMP_VERSION_MAJOR 7
#define GC_TMP_VERSION_MINOR 2
-#define GC_TMP_ALPHA_VERSION 5
+#define GC_TMP_ALPHA_VERSION 6
#ifndef GC_NOT_ALPHA
# define GC_NOT_ALPHA 0xff