summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-03-01 19:16:02 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-03-01 19:16:02 +0300
commit7702826f7a8a0aa1b08293322adf49510f4438d1 (patch)
tree1c7c112141717440b66ca6c5ffc5c66b0870f130
parenta01b3b07011222b242ad81a37c1f5a42b561ecf5 (diff)
downloadlibatomic_ops-7.6.10.tar.gz
[7.6.10]v7.6.10
Bump libatomic_ops version to 7.6.10 * ChangeLog (7.6.10): 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 bd187df..94df92f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.6.10] (not released yet) ==
+== [7.6.10] 2019-03-01 ==
* Eliminate 'my_chunk_ptr-AO_initial_heap out of bounds' cppcheck warning
* Fix 'AO_*_TS_T is not defined' compiler warnings (GCC-8)
diff --git a/README.md b/README.md
index 144d5b8..71bee41 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.8 of libatomic_ops.
+This is version 7.6.10 of libatomic_ops.
## Download
diff --git a/configure.ac b/configure.ac
index 4ef9982..ae29931 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.8],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.6.10],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 df180be..e31367f 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 8 /* 7.6.8 */
+#define AO_VERSION_MICRO 10 /* 7.6.10 */