[7.4.14] v7.4.14
authorIvan Maidanski <ivmai@mail.ru>
Fri, 1 Mar 2019 08:36:24 +0000 (11:36 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 1 Mar 2019 08:44:35 +0000 (11:44 +0300)
Bump libatomic_ops version to 7.4.14

* ChangeLog (7.4.14): 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 a8b90ab..09f9053 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.4.14] (not released yet) ==
+== [7.4.14] 2019-03-01 ==
 
 * Fix 'AO_*_TS_T is not defined' compiler warnings (GCC-8)
 
index 01f4cfa..e2bc720 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.12 of libatomic_ops.
+This is version 7.4.14 of libatomic_ops.
 
 
 ## Download
index 0232d60..0aae02d 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.4.12],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.4.14],https://github.com/ivmai/libatomic_ops/issues)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index b2c86e1..36f4868 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 12 /* 7.4.12 */
+#define AO_VERSION_MICRO 14 /* 7.4.14 */