]> granicus.if.org Git - libatomic_ops/commitdiff
[7.4.4] libatomic_ops-7_4_4
authorIvan Maidanski <ivmai@mail.ru>
Tue, 24 May 2016 17:59:44 +0000 (20:59 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 24 May 2016 17:59:44 +0000 (20:59 +0300)
Bump libatomic_ops version to 7.4.4

* ChangeLog: Add release date.
* README.md: Bump version.
* configure.ac (AC_INIT): Likewise.
* src/atomic_ops/ao_version.h (AO_VERSION_MICRO): Likewise.

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

index b636a01ad2ac684287d235f60f2e91a82b33ee6d..013e8ab91a6eed4810efeb423a85595632cf295d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.4.4] (unset) ==
+== [7.4.4] 2016-05-24 ==
 
 * Eliminate 'signed-to-unsigned value extension' compiler warning in malloc.
 * Eliminate 'variable set but not used' Cppcheck warnings in test_stack.
index c4612c4f59a9c0740333f97bb82658d6f1656001..35625df5edaf189449462278c28db8994d76c1cd 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.2 of libatomic_ops.
+This is version 7.4.4 of libatomic_ops.
 
 You might find a more recent version
 [here](http://www.hboehm.info/gc/), or
index 0b3bcc78831150a0858c1bd3f55cebb419201d16..ca0377e2e880ea0b9e4f7187f601af1eca8322ec 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.4.2],bdwgc@lists.opendylan.org)
+AC_INIT([libatomic_ops],[7.4.4],bdwgc@lists.opendylan.org)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index d92ae87d6ac326ae5bdde84fd1c8adb8450e090b..b05b16311f72eaed27caf57b4a16b65ba706504b 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 2 /* 7.4.2 */
+#define AO_VERSION_MICRO 4 /* 7.4.4 */