From d9dc9737aff2f54e75ec58ec300f9718dda61f57 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 22 Mar 2016 20:30:46 +0100 Subject: [PATCH] Release 0.6 Signed-off-by: Stefan Schmidt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d1050af..e78c1ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([Userspace tools for Linux IEEE 802.15.4 stack], - [0.5], [linux-wpan@vger.kernel.org], [wpan-tools], + [0.6], [linux-wpan@vger.kernel.org], [wpan-tools], [https://github.com/linux-wpan/wpan-tools]) AC_CONFIG_SRCDIR([src/iwpan.c]) AC_CONFIG_AUX_DIR([build-aux])