]> granicus.if.org Git - libatomic_ops/commitdiff
[7.4.12] v7.4.12
authorIvan Maidanski <ivmai@mail.ru>
Mon, 10 Dec 2018 22:37:29 +0000 (01:37 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 10 Dec 2018 22:37:29 +0000 (01:37 +0300)
Bump libatomic_ops version to 7.4.12

* ChangeLog (7.4.12): 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 2a06cb2811d24aa63ca628acb42190264823156f..4b3c54c3c7724501aff50db9ec379d39a2c43ab2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.4.12] (not released yet) ==
+== [7.4.12] 2018-12-11 ==
 
 * COPYING: sync with FSF's gpl-2.0.txt
 * Fix a typo in arm_v6.h
index 7a8f8e92f01dd5d206e4aee2a5dd9cc9fed0fac7..01f4cfad40a6b9532c6f746480400884b337338c 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.10 of libatomic_ops.
+This is version 7.4.12 of libatomic_ops.
 
 
 ## Download
index 7faf9a288b6cf11876a33de601752c3525679160..0232d60996cb9a6485b9d59ef46490a1b211c865 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.4.10],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.4.12],https://github.com/ivmai/libatomic_ops/issues)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index 8a0c590c3770aa80692d1066418df2cbb36516aa..b2c86e1e4889897babcdcb8561b686643d213aea 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 10 /* 7.4.10 */
+#define AO_VERSION_MICRO 12 /* 7.4.12 */