From: Mathieu Desnoyers Date: Thu, 24 May 2012 17:17:30 +0000 (-0400) Subject: Update version to 0.7.1 X-Git-Tag: v0.7.1 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=9128481d8b45419448b45e7e0f336a63f74d8364 Update version to 0.7.1 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index dbbeb5a..421de90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2012-05-24 Userspace RCU 0.7.1 + * fix: uatomic_set return value compile fix for non-x86 arch. + 2012-05-21 Userspace RCU 0.7.0 * Cleanup: header comments coding style * Document uatomic operations diff --git a/configure.ac b/configure.ac index bcedfeb..ffe3b23 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([userspace-rcu],[0.7.0],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.7.1],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html