From: Ivan Maidanski Date: Tue, 27 Mar 2018 08:09:47 +0000 (+0300) Subject: Bump libatomic_ops version to 7.6.4 X-Git-Tag: v7.6.4^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d98e2811c2f6df99cc65e5cc6964047d8554ace;p=libatomic_ops Bump libatomic_ops version to 7.6.4 * 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. --- diff --git a/ChangeLog b/ChangeLog index d79c44f..69c77ae 100644 --- 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 diff --git a/README.md b/README.md index 4b4a2d5..9ca2c53 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.2 of libatomic_ops. +This is version 7.6.4 of libatomic_ops. ## Download diff --git a/configure.ac b/configure.ac index f80bc4d..fd6c71e 100644 --- a/configure.ac +++ b/configure.ac @@ -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([]) diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h index f6a1119..55a816b 100644 --- a/src/atomic_ops/ao_version.h +++ b/src/atomic_ops/ao_version.h @@ -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 */