]> granicus.if.org Git - libatomic_ops/commitdiff
[7.4.8] v7.4.8
authorIvan Maidanski <ivmai@mail.ru>
Wed, 18 Oct 2017 10:47:33 +0000 (13:47 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 18 Oct 2017 10:47:33 +0000 (13:47 +0300)
Bump libatomic_ops version to 7.4.8

* ChangeLog (7.4.8): 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 25c39216ec801629580a70c19b828a69ded02730..30e787c18207e47fcc00cb261226b5fa634a2d39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-== [7.4.8] (date not set) ==
+== [7.4.8] 2017-10-18 ==
 
 * Fix 'missing select.h', 'undefined sigprocmask' compiler errors (Hexagon)
 * Update README about bugs reporting and new releases notification
index 4e7d16aeb9d310ce01af5e517ab588e90d2da370..34f56c0ca49173a1e06f267a9e4a782ad4e9be02 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.6 of libatomic_ops.
+This is version 7.4.8 of libatomic_ops.
 
 
 ## Download
index fea8d8a9ea16c62a25787ea2a9b5066d7e87c96f..d2da9d43a6a1d957cf958597445abb94925034dd 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.4.6],https://github.com/ivmai/libatomic_ops/issues)
+AC_INIT([libatomic_ops],[7.4.8],https://github.com/ivmai/libatomic_ops/issues)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index 7480cf0fb9830a09a6b773d8027e414872b1c770..1503821b831b27cc7b547a143362ec8b0fe2953e 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 6 /* 7.4.6 */
+#define AO_VERSION_MICRO 8 /* 7.4.8 */