]> granicus.if.org Git - libatomic_ops/commitdiff
[7.2] libatomic_ops-7_2
authorIvan Maidanski <ivmai@mail.ru>
Fri, 11 May 2012 15:55:17 +0000 (19:55 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 15 May 2012 07:26:14 +0000 (11:26 +0400)
Bump libatomic_ops version to 7.2 (final)

* configure.ac, README: Bump version to 7.2 (final).
* configure: Regenerate.
* ChangeLog: Update.

ChangeLog
README
configure
configure.ac

index 5b7edc3eeb8357595593849dd7ce27fc82e91c14..679b981ac1956087296cc44ea9b1a54be39bfc14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+[7.2]
+
+2012-05-11  Ivan Maidanski <ivmai@mail.ru>
+
+       * configure.ac, README: Bump version to 7.2 (final).
+       * configure: Regenerate.
+
 2012-05-01  H.J. Lu <hjl.tools@gmail.com>
 
        * src/atomic_ops/sysdeps/gcc/x86_64.h (AO_fetch_and_add_full,
diff --git a/README b/README
index 94ebb6965064de15d07d8324b6dc0ecb8dea7aab..d9f42930538e022519288178a2e7a43249f0af1f 100644 (file)
--- 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.2alpha7 of libatomic_ops.
+This is version 7.2 of libatomic_ops.
 
 You might find a more recent version of this at
 
index 841374ffde830c3a064b6d0c617ab3f60cc5e5e7..c982812f02c141f9c2ee27d49d85790596761d6b 100755 (executable)
--- 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.2alpha7.
+# Generated by GNU Autoconf 2.68 for libatomic_ops 7.2.
 #
 #
 # 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.2alpha7'
-PACKAGE_STRING='libatomic_ops 7.2alpha7'
+PACKAGE_VERSION='7.2'
+PACKAGE_STRING='libatomic_ops 7.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1266,7 +1266,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.2alpha7 to adapt to many kinds of systems.
+\`configure' configures libatomic_ops 7.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1337,7 +1337,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libatomic_ops 7.2alpha7:";;
+     short | recursive ) echo "Configuration of libatomic_ops 7.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1426,7 +1426,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libatomic_ops configure 7.2alpha7
+libatomic_ops configure 7.2
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1704,7 +1704,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.2alpha7, which was
+It was created by libatomic_ops $as_me 7.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2634,7 +2634,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libatomic_ops'
- VERSION='7.2alpha7'
+ VERSION='7.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5441,7 +5441,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.2alpha7, which was
+This file was extended by libatomic_ops $as_me 7.2, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5507,7 +5507,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.2alpha7
+libatomic_ops config.status 7.2
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index f6a0b93103b89fa0ce9d36fb1e04b1b0d460cc94..b22d050c43ab1820c638b364919f99113be338ad 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.2alpha7])
+AC_INIT([libatomic_ops],[7.2])
 
 AC_CANONICAL_TARGET([])
 AC_CONFIG_SRCDIR(src/atomic_ops.c)