]> granicus.if.org Git - libatomic_ops/commitdiff
Bump libatomic_ops version to 7.6.4 v7.6.4
authorIvan Maidanski <ivmai@mail.ru>
Tue, 27 Mar 2018 08:09:47 +0000 (11:09 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 27 Mar 2018 08:09:47 +0000 (11:09 +0300)
* ChangeLog (7.6.4): 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 d79c44f3f63bf6d0cbb5d10ee2a6bb3d2111a660..69c77ae8bdfff0aa0b7d79133a4713888757e128 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.6.4] (not released yet) ==
+== [7.6.4] 2018-03-27 ==
 
 * Add RISC-V support
 * Convert atomic_ops_malloc.c and tests to valid C++ code
index 4b4a2d5935ea1b0699a940b223dff9dd4f6991b0..9ca2c530799772f25ff707e03eb2a42a7286d501 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.2 of libatomic_ops.
+This is version 7.6.4 of libatomic_ops.
 
 
 ## Download
index f80bc4d73ef2fe35b93b3fae325320e59a19225a..fd6c71e0504d196fd9a5b8d4b3b3c206db74e284 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.6.2],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.6.4],https://github.com/ivmai/libatomic_ops/issues)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index f6a11196c9c7a315aac9c66e1d43fb20ff6e863c..55a816b4a73435947ffbd348b81ae5eda11f5acd 100644 (file)
@@ -34,4 +34,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 2 /* 7.6.2 */
+#define AO_VERSION_MICRO 4 /* 7.6.4 */