From 9128481d8b45419448b45e7e0f336a63f74d8364 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 24 May 2012 13:17:30 -0400 Subject: [PATCH] Update version to 0.7.1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.34.1