summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-05-18 11:39:42 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-05-18 11:41:51 +0300
commit6dc40ea7da55ba72ce6553b30a1f87943ba1e37a (patch)
tree4db36010b8d994bc5ce3404736c12c213722429e
parente564b4b3d2abd4ab5003a5ad76dd461add1e20d1 (diff)
downloadlibatomic_ops-6dc40ea7da55ba72ce6553b30a1f87943ba1e37a.tar.gz
[7.4.6]v7.4.6
Bump libatomic_ops version to 7.4.6 * ChangeLog (7.4.6): Add release date. * README.md: Bump micro version. * configure.ac (AC_INIT): Likewise. * src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise.
-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 4da7de1..f46b1f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-== [7.4.6] (unset) ==
+== [7.4.6] 2017-05-18 ==
* Add assertion that double-wide CAS target is aligned (msftc/x86[_64])
* Add configure --enable-gcov option (enable code coverage analysis)
diff --git a/README.md b/README.md
index a13552f..4e89a39 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.4 of libatomic_ops.
+This is version 7.4.6 of libatomic_ops.
## Download
diff --git a/configure.ac b/configure.ac
index 6075689..e08870d 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.4],bdwgc@lists.opendylan.org)
+AC_INIT([libatomic_ops],[7.4.6],bdwgc@lists.opendylan.org)
AC_PREREQ(2.61)
AC_CANONICAL_TARGET([])
diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h
index b05b163..7480cf0 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 4 /* 7.4.4 */
+#define AO_VERSION_MICRO 6 /* 7.4.6 */