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.
-== [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)
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
# 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([])
/* 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 */