From 5fd33b1e5003ca316bd314ec3fd1447f6199a282 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 16 Oct 2015 18:36:55 -0400 Subject: [PATCH] Version 0.9.1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3ab1751..b6ae93a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-10-16 Userspace RCU 0.9.1 + * Fix: add missing regtest and benchmark files to dist tarball + * Fix: add missing run.sh to benchmark makefile + 2015-10-16 Userspace RCU 0.9.0 * Bump soname major to 4 * Cleanup: remove trailing tab diff --git a/configure.ac b/configure.ac index e7e300b..1c2fdcc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([userspace-rcu],[0.9.0],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) +AC_INIT([userspace-rcu],[0.9.1],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) # 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