From 8afbdefc6a045ed243ee186a64254888e381a9bb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 24 May 2012 17:24:21 -0400 Subject: [PATCH] Update version to 0.7.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 421de90..2a927d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2012-05-24 Userspace RCU 0.7.2 + * Fix library compatibility + 2012-05-24 Userspace RCU 0.7.1 * fix: uatomic_set return value compile fix for non-x86 arch. diff --git a/configure.ac b/configure.ac index ffe3b23..0cb4fa4 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.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.7.2],[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