Bump libatomic_ops version to 7.6.6 upstream/7.6.6 v7.6.6
authorIvan Maidanski <ivmai@mail.ru>
Tue, 7 Aug 2018 06:44:36 +0000 (09:44 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 7 Aug 2018 06:44:36 +0000 (09:44 +0300)
* ChangeLog (7.6.6): 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 0f441ed..22d9377 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.6.6] (not released yet) ==
+== [7.6.6] 2018-08-07 ==
 
 * COPYING: sync with FSF's gpl-2.0.txt
 * Fix 'undefined reference to __atomic_load/store/cas_16' error (gcc-7/x64)
index e0b076d..4ffe11b 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.4 of libatomic_ops.
+This is version 7.6.6 of libatomic_ops.
 
 
 ## Download
index 3239bcf..6bcfa9b 100644 (file)
@@ -12,7 +12,7 @@
 
 dnl Process this file with autoconf to produce configure.
 
-AC_INIT([libatomic_ops],[7.6.4],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.6.6],https://github.com/ivmai/libatomic_ops/issues)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index bbd6ee2..97e8ccd 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 4 /* 7.6.4 */
+#define AO_VERSION_MICRO 6 /* 7.6.6 */