Add missing headers into tarball, version 0.6.1 v0.6.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Jun 2011 14:01:18 +0000 (10:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Jun 2011 14:01:18 +0000 (10:01 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac

index ba0a131cc46caaae4a563e557930119fea7336d6..02bd8c9fa6adc9fe4f9b4c55e102e8ee212a0d38 100644 (file)
@@ -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
index a6a70d2a9bc9577159241f8f7c56a1119cda3bfb..c8499108b7fd77ba71f66a98ad9e3d61286b51fd 100644 (file)
@@ -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
This page took 0.025028 seconds and 4 git commands to generate.