-== [7.4.10] (not released yet) ==
+== [7.4.10] 2017-12-22 ==
* Fix AO_malloc for sizes near CHUNK_SIZE
* Fix memory leak in test_malloc
IN NEW CODE, PLEASE USE C11 OR C++14 STANDARD ATOMICS INSTEAD OF THIS PACKAGE.
-This is version 7.4.8 of libatomic_ops.
+This is version 7.4.10 of libatomic_ops.
## Download
# Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.4.8],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.4.10],https://github.com/ivmai/libatomic_ops/issues)
AC_PREREQ(2.61)
AC_CANONICAL_TARGET([])
# These numbers should be updated at most once just before the release,
# and, optionally, at most once during the development (after the release).
LIBATOMIC_OPS_VER_INFO = 1:4:0
-LIBATOMIC_OPS_GPL_VER_INFO = 1:4:0
+LIBATOMIC_OPS_GPL_VER_INFO = 1:5:0
AM_CFLAGS=@PICFLAG@
AM_CPPFLAGS = -I$(top_builddir)/src -I$(top_srcdir)/src
/* 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 8 /* 7.4.8 */
+#define AO_VERSION_MICRO 10 /* 7.4.10 */