diff --git a/ChangeLog b/ChangeLog index ee7915d3..6f751b40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -== [7.4.16] (not released yet) == +== [7.4.16] 2021-09-13 == * Fix gcc/sunc x86 AO_compare_double_and_swap_double missing side effect * Fix library name in README_details diff --git a/README.md b/README.md index e2bc720a..73f6bac2 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.4.14 of libatomic_ops. +This is version 7.4.16 of libatomic_ops. ## Download diff --git a/configure.ac b/configure.ac index 0aae02d9..7e68d081 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.4.14],https://github.com/ivmai/libatomic_ops/issues) +AC_INIT([libatomic_ops],[7.4.16],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 36f48686..6fb43144 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 4 -#define AO_VERSION_MICRO 14 /* 7.4.14 */ +#define AO_VERSION_MICRO 16 /* 7.4.16 */