]> granicus.if.org Git - libatomic_ops/commitdiff
[7.6.10] v7.6.10
authorIvan Maidanski <ivmai@mail.ru>
Fri, 1 Mar 2019 16:16:02 +0000 (19:16 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 1 Mar 2019 16:16:02 +0000 (19:16 +0300)
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.

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

index bd187df61d97ade4e9ea24f8af327c5079954d17..94df92fe14d9c155a6799fb44fc770cbb12c7475 100644 (file)
--- 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)
index 144d5b8ad65d99509ff40aee405ad2fe36e630e3..71bee417914576d16d18ef6e70845ceb1c81d7a3 100644 (file)
--- 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
index 4ef9982b67e79af18b1e9d908b4c6b6008b4ca06..ae29931f9c41c568fd685081d2893bc6d045726e 100644 (file)
@@ -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([])
index df180bec5fd4b9ae5518e83459d4719a38826bbb..e31367f49c360e0ee5b0a725e5dc8b64f9c9ef1d 100644 (file)
@@ -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 */