Update version to 0.7.1 v0.7.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 May 2012 17:17:30 +0000 (13:17 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 May 2012 17:17:30 +0000 (13:17 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index dbbeb5a28c70fb831a1935ae345459d758546dd1..421de904bf6110a126ae48ab14ef2b713b85f188 100644 (file)
--- 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
index bcedfebe8be9aee4b8752727cbf4dc9de180c882..ffe3b235a41fa69b3fbc14cc5f6478378bfd670e 100644 (file)
@@ -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
This page took 0.025859 seconds and 4 git commands to generate.