From: Mathieu Desnoyers Date: Fri, 16 Oct 2015 22:36:55 +0000 (-0400) Subject: Version 0.9.1 X-Git-Tag: v0.9.1 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.9.1 Version 0.9.1 Signed-off-by: Mathieu Desnoyers --- 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