Skip to content

Commit 89bd945

Browse files
committed
[7.4.18]
Bump libatomic_ops version to 7.4.18 * ChangeLog (7.4.18): Set release date. * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise.
1 parent 702f249 commit 89bd945

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
== [7.4.18] (not released yet) ==
2+
== [7.4.18] 2022-08-25 ==
33

44
* Avoid AO_stack_t to cross CPU cache line boundary
55
* Do not assume 'ordered except earlier write' for UWP/arm64

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
44

5-
This is version 7.4.16 of libatomic_ops.
5+
This is version 7.4.18 of libatomic_ops.
66

77

88
## Download

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT([libatomic_ops],[7.4.16],https://github.com/ivmai/libatomic_ops/issues)
2+
AC_INIT([libatomic_ops],[7.4.18],https://github.com/ivmai/libatomic_ops/issues)
33

44
AC_PREREQ(2.61)
55
AC_CANONICAL_TARGET([])

src/atomic_ops/ao_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
/* The version here should match that in configure.ac and README. */
3535
#define AO_VERSION_MAJOR 7
3636
#define AO_VERSION_MINOR 4
37-
#define AO_VERSION_MICRO 16 /* 7.4.16 */
37+
#define AO_VERSION_MICRO 18 /* 7.4.18 */

0 commit comments

Comments
 (0)