]> granicus.if.org Git - libatomic_ops/commitdiff
[7.4.10] v7.4.10
authorIvan Maidanski <ivmai@mail.ru>
Fri, 22 Dec 2017 16:45:57 +0000 (19:45 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 22 Dec 2017 16:45:57 +0000 (19:45 +0300)
Bump libatomic_ops version to 7.4.10

* ChangeLog (7.4.10): Add release date.
* README.md: Bump micro version.
* configure.ac (AC_INIT): Likewise.
* src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise.
* src/Makefile.am (LIBATOMIC_OPS_GPL_VER_INFO): Increment revision
(bump version info of libatomic_ops_gpl.so to 1:5:0).

ChangeLog
README.md
configure.ac
src/Makefile.am
src/atomic_ops/ao_version.h

index 9f62a4ed93a12f54bcf1e84494503e9dd9ee9af1..196c9736fded955f0f81d0a461eb26c9bfefa057 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [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
index 34f56c0ca49173a1e06f267a9e4a782ad4e9be02..68912b85eca23a2557ac51d2992f12fb0b094116 100644 (file)
--- 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.8 of libatomic_ops.
+This is version 7.4.10 of libatomic_ops.
 
 
 ## Download
index d2da9d43a6a1d957cf958597445abb94925034dd..7faf9a288b6cf11876a33de601752c3525679160 100644 (file)
@@ -1,5 +1,5 @@
 # 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([])
index 357bbb16615b716478fcd064f347e59efd4d2cd4..508f77fb6c0fc5c703c23cda5cf56e5d1251d0fa 100644 (file)
@@ -3,7 +3,7 @@
 # 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
index 1503821b831b27cc7b547a143362ec8b0fe2953e..8a0c590c3770aa80692d1066418df2cbb36516aa 100644 (file)
@@ -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 8 /* 7.4.8 */
+#define AO_VERSION_MICRO 10 /* 7.4.10 */