From: Mathieu Desnoyers Date: Mon, 13 Jun 2011 14:01:18 +0000 (-0400) Subject: Add missing headers into tarball, version 0.6.1 X-Git-Tag: v0.6.1 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=147ca331fd291821e848c1aebff9e032ba4016e7 Add missing headers into tarball, version 0.6.1 Signed-off-by: Mathieu Desnoyers --- diff --git a/Makefile.am b/Makefile.am index ba0a131..02bd8c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic.h urcu/config.h EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \ gpl-2.0.txt lgpl-2.1.txt lgpl-relicensing.txt \ - README LICENSE compat_arch_x86.c + README LICENSE compat_arch_x86.c \ + urcu-call-rcu-impl.h urcu-defer-impl.h if COMPAT_ARCH COMPAT=compat_arch_@ARCHTYPE@.c diff --git a/configure.ac b/configure.ac index a6a70d2..c849910 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.6.0], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu], [0.6.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