summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--README.md2
-rw-r--r--configure.ac2
-rw-r--r--src/atomic_ops/ao_version.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f62bfa..1f1437b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.4.18] (not released yet) ==
+== [7.4.18] 2022-08-25 ==
* Avoid AO_stack_t to cross CPU cache line boundary
* Do not assume 'ordered except earlier write' for UWP/arm64
diff --git a/README.md b/README.md
index 73f6bac..9a8b56a 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.16 of libatomic_ops.
+This is version 7.4.18 of libatomic_ops.
## Download
diff --git a/configure.ac b/configure.ac
index 7e68d08..db3d3de 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.16],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.4.18],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 6fb4314..468211c 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 16 /* 7.4.16 */
+#define AO_VERSION_MICRO 18 /* 7.4.18 */