summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-09-13 11:56:40 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-09-13 11:56:40 +0300
commit4e7aa64539541905baf2e007694210c8d34f43b6 (patch)
tree056ed4b2c96b37b75a894e2ee5b3b499c7dc747e
parent2e4c340dea77e9e25b67580c5f2e37d6e19cb88a (diff)
downloadlibatomic_ops-4e7aa64539541905baf2e007694210c8d34f43b6.tar.gz
[7.6.12]v7.6.12
Bump libatomic_ops version to 7.6.12 * ChangeLog (7.6.12): Add release date. * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise.
-rw-r--r--ChangeLog2
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--src/atomic_ops/ao_version.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index febf84e..6fe9e0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.6.12] (not released yet) ==
+== [7.6.12] 2021-09-13 ==
* Allow to generalize bool-CAS for sparc (gcc)
* Declare argument of AO_load_next with const in atomic_ops_stack
diff --git a/README.md b/README.md
index 23059cd..8c67b2f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
-This is version 7.6.10 of libatomic_ops.
+This is version 7.6.12 of libatomic_ops.
## Download
diff --git a/configure.ac b/configure.ac
index 5170370..d5b1024 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
dnl Process this file with autoconf to produce configure.
-AC_INIT([libatomic_ops],[7.6.10],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.6.12],https://github.com/ivmai/libatomic_ops/issues)
AC_PREREQ(2.61)
AC_CANONICAL_TARGET([])
diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h
index e31367f..aab6b02 100644
--- a/src/atomic_ops/ao_version.h
+++ b/src/atomic_ops/ao_version.h
@@ -35,4 +35,4 @@
/* The version here should match that in configure.ac and README. */
#define AO_VERSION_MAJOR 7
#define AO_VERSION_MINOR 6
-#define AO_VERSION_MICRO 10 /* 7.6.10 */
+#define AO_VERSION_MICRO 12 /* 7.6.12 */