Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivmai <ivmai>2011-06-14 16:34:55 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-07-25 16:03:27 +0400
commit12da748e4b0122240490c775bb8b4c00d8854802 (patch)
tree6b7164ebe028e6c6a5363aacb8d65704ed45aa07
parent06ec7ed055ec5ac3a0e4aa5a4aad7b9f249cea1f (diff)
2011-06-14 Ivan Maidanski <ivmai@mail.ru>libatomic_ops-7_2alpha6
* include/gc_version.h, configure.ac, doc/README: Change to version 7.2alpha6. * configure: Regenerate.
-rw-r--r--ChangeLog7
-rw-r--r--README2
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
4 files changed, 19 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a6928f..af19073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+[7.2alpha6]
+
+2011-06-14 Ivan Maidanski <ivmai@mail.ru>
+
+ * configure.ac, README: Change to version 7.2alpha6.
+ * configure: Regenerate.
+
2011-06-07 Ivan Maidanski <ivmai@mail.ru>
* src/atomic_ops/sysdeps/gcc/arm.h (AO_nop_full, AO_load): Do not
diff --git a/README b/README
index 2b7e241..57b99b7 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ atomic memory operations. These might allow you to write code:
For details and licensing restrictions see the files in the doc
subdirectory.
-This is version 7.2alpha5 of libatomic_ops.
+This is version 7.2alpha6 of libatomic_ops.
You might find a more recent version of this at
diff --git a/configure b/configure
index c80d83f..7748fdc 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libatomic_ops 7.2alpha5.
+# Generated by GNU Autoconf 2.68 for libatomic_ops 7.2alpha6.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -557,8 +557,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libatomic_ops'
PACKAGE_TARNAME='libatomic_ops'
-PACKAGE_VERSION='7.2alpha5'
-PACKAGE_STRING='libatomic_ops 7.2alpha5'
+PACKAGE_VERSION='7.2alpha6'
+PACKAGE_STRING='libatomic_ops 7.2alpha6'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1264,7 +1264,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 libatomic_ops 7.2alpha5 to adapt to many kinds of systems.
+\`configure' configures libatomic_ops 7.2alpha6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1335,7 +1335,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libatomic_ops 7.2alpha5:";;
+ short | recursive ) echo "Configuration of libatomic_ops 7.2alpha6:";;
esac
cat <<\_ACEOF
@@ -1424,7 +1424,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-libatomic_ops configure 7.2alpha5
+libatomic_ops configure 7.2alpha6
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1702,7 +1702,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 libatomic_ops $as_me 7.2alpha5, which was
+It was created by libatomic_ops $as_me 7.2alpha6, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2631,7 +2631,7 @@ fi
# Define the identity of the package.
PACKAGE='libatomic_ops'
- VERSION='7.2alpha5'
+ VERSION='7.2alpha6'
cat >>confdefs.h <<_ACEOF
@@ -5384,7 +5384,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 libatomic_ops $as_me 7.2alpha5, which was
+This file was extended by libatomic_ops $as_me 7.2alpha6, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5450,7 +5450,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="\\
-libatomic_ops config.status 7.2alpha5
+libatomic_ops 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 9883384..2d7d447 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.2alpha5])
+AC_INIT([libatomic_ops],[7.2alpha6])
AC_CANONICAL_TARGET([])
AC_CONFIG_SRCDIR(src/atomic_ops.c)
AM_INIT_AUTOMAKE