]> granicus.if.org Git - libatomic_ops/commitdiff
Bump libatomic_ops version to 7.6.8 v7.6.8
authorIvan Maidanski <ivmai@mail.ru>
Tue, 11 Dec 2018 08:26:56 +0000 (11:26 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 11 Dec 2018 08:26:56 +0000 (11:26 +0300)
* ChangeLog (7.6.8): 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 6d48eb91003276375682503fb53bcdcc21453898..b9e5374e9bbaf687866c1e47fddd7478854b4912 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.6.8] (not released yet) ==
+== [7.6.8] 2018-12-11 ==
 
 * Eliminate 'casting signed to bigger unsigned int' CSA warning (test_stack)
 * Eliminate 'redundant blank line at start/end of block' CodeFactor warning
index 4ffe11b3770f13418f6ed0d93c325fb4150043de..144d5b8ad65d99509ff40aee405ad2fe36e630e3 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.6 of libatomic_ops.
+This is version 7.6.8 of libatomic_ops.
 
 
 ## Download
index 6bcfa9b2371d5ed47e2759181ecac235cd15277c..e0e47e782e7823d3f931edc51690c26196d080fe 100644 (file)
@@ -12,7 +12,7 @@
 
 dnl Process this file with autoconf to produce configure.
 
-AC_INIT([libatomic_ops],[7.6.6],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.6.8],https://github.com/ivmai/libatomic_ops/issues)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index 97e8ccd02887862df89ce5e2b5190ca866514a26..df180bec5fd4b9ae5518e83459d4719a38826bbb 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 6 /* 7.6.6 */
+#define AO_VERSION_MICRO 8 /* 7.6.8 */