From: Ivan Maidanski Date: Wed, 18 Oct 2017 10:47:33 +0000 (+0300) Subject: [7.4.8] X-Git-Tag: v7.4.8^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3978e9d7010d724bbd88b51e27cb5ee5315a694a;p=platform%2Fupstream%2Flibatomic_ops.git [7.4.8] 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. --- diff --git a/ChangeLog b/ChangeLog index 25c3921..30e787c 100644 --- 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 diff --git a/README.md b/README.md index 4e7d16a..34f56c0 100644 --- 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 diff --git a/configure.ac b/configure.ac index fea8d8a..d2da9d4 100644 --- a/configure.ac +++ b/configure.ac @@ -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([]) diff --git a/src/atomic_ops/ao_version.h b/src/atomic_ops/ao_version.h index 7480cf0..1503821 100644 --- a/src/atomic_ops/ao_version.h +++ b/src/atomic_ops/ao_version.h @@ -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 */