]> granicus.if.org Git - libatomic_ops/commitdiff
[7.4.6] v7.4.6
authorIvan Maidanski <ivmai@mail.ru>
Thu, 18 May 2017 08:39:42 +0000 (11:39 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 18 May 2017 08:41:51 +0000 (11:41 +0300)
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.

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

index 4da7de1f25dc3d5bd019a411fa3d26adfde5d179..f46b1f81a94b2442d91a616370f87ff7353d8810 100644 (file)
--- 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)
index a13552fec1cff2858f757fc1c34ec7b9384315f1..4e89a399c664669916378d050c86ff8c81ca1610 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.4 of libatomic_ops.
+This is version 7.4.6 of libatomic_ops.
 
 
 ## Download
index 607568959e9866cd7eca2cb30296cf7756d67f96..e08870d8c1b087f78949b7a8ffb3846ad6728cbb 100644 (file)
@@ -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([])
index b05b16311f72eaed27caf57b4a16b65ba706504b..7480cf0fb9830a09a6b773d8027e414872b1c770 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 4 /* 7.4.4 */
+#define AO_VERSION_MICRO 6 /* 7.4.6 */