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:
authorIvan Maidanski <ivmai@mail.ru>2012-05-11 20:14:23 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-05-15 11:29:19 +0400
commitd38bb96e8d735921e5c6be00ca6690187c876aa0 (patch)
treee452a2446174338c04e4a678f6ccecef7246b06c
parente39e4dc1f9f86690ce08c9e5efe28231c11efb24 (diff)
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.
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--src/atomic_ops/ao_version.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d1ca5eb..bbe83ec 100644
--- 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 c094030..593b775 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 69aad25..1f82e84 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.3alpha1],gc@linux.hpl.hp.com)
+AC_INIT([libatomic_ops],[7.3alpha2],gc@linux.hpl.hp.com)
AC_PREREQ(2.61)
AC_CANONICAL_TARGET([])
diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h
index 440623a..2c97dd0 100644
--- a/src/atomic_ops/ao_version.h
+++ b/src/atomic_ops/ao_version.h
@@ -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 */