]> granicus.if.org Git - libatomic_ops/commitdiff
[7.3alpha2] libatomic_ops-7_3alpha2
authorIvan Maidanski <ivmai@mail.ru>
Fri, 11 May 2012 16:14:23 +0000 (20:14 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 15 May 2012 07:29:19 +0000 (11:29 +0400)
Bump libatomic_ops version to 7.3alpha2

* ChangeLog: Set release dates.
* README: Bump version to 7.3alpha2.
* configure.ac: Likewise.
* src/atomic_ops/ao_version.h (AO_VERSION_ALPHA): Likewise.

ChangeLog
README
configure.ac
src/atomic_ops/ao_version.h

index d1ca5eb8444fde0abdd566bdb7063fa2e3bc1f7a..bbe83ec101d94219875d1b365cf5e6d1f388a7e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.3alpha2] (development) ==
+== [7.3alpha2] 2012-05-11 ==
 
 * Add '-no-undefined' to LDFLAGS in src/Makefile.am.
 * Add AO_and, AO_xor atomic operations.
@@ -31,7 +31,7 @@
 * Use __builtin_expect in CAS failure loop condition checks (GCC only).
 
 
-== [7.2] (candidate) ==
+== [7.2] 2012-05-11 ==
 
 * Add atomic_ops.pc.in and atomic_ops-uninstalled.pc.in to pkgconfig folder.
 * Define and use AO_PTRDIFF_T in tests for casts between pointer and integer.
diff --git a/README b/README
index c0940306ad16b0dfb9ef9fa855c2a28b102a8627..593b77512922698173f04c2b974ab8bddf8411a4 100644 (file)
--- a/README
+++ b/README
@@ -14,7 +14,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.3alpha1 of libatomic_ops.
+This is version 7.3alpha2 of libatomic_ops.
 
 You might find a more recent version of this at
 
index 69aad25724aacddac8aef8735015c65d2411aad2..1f82e8445450f162d22c35b73eddcc8d55322d0b 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.3alpha1],gc@linux.hpl.hp.com)
+AC_INIT([libatomic_ops],[7.3alpha2],gc@linux.hpl.hp.com)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index 440623af37ac170b1c49ed1dba7a07a24387a28a..2c97dd016f45f8bd15dde107e60bdb10b5082ec5 100644 (file)
@@ -27,4 +27,4 @@
 /* The version here should match that in configure.ac and README.       */
 #define AO_VERSION_MAJOR 7
 #define AO_VERSION_MINOR 3
-#define AO_VERSION_ALPHA 1 /* 7.3alpha1 */
+#define AO_VERSION_ALPHA 2 /* 7.3alpha2 */