Skip to content

Commit

Permalink
[7.4.16]
Browse files Browse the repository at this point in the history
Bump libatomic_ops version to 7.4.16

* ChangeLog (7.4.16): Add release date.
* README.md: Bump micro version.
* configure.ac (AC_INIT): Likewise.
* src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise.
  • Loading branch information
ivmai committed Sep 13, 2021
1 parent c10bec0 commit 1f91c75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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([])
Expand Down
2 changes: 1 addition & 1 deletion src/atomic_ops/ao_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 1f91c75

Please sign in to comment.