From d8940fa45f801c7b6baf3b7f577de8db3b719205 Mon Sep 17 00:00:00 2001 From: Luotao Fu Date: Tue, 24 Nov 2009 14:56:48 +0100 Subject: [PATCH] switch back to trunk Signed-off-by: Luotao Fu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7e7c2a5..3d018ed 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([libsocketcan-nl], [0.0.1], [bugs@pengutronix.de]) +AC_INIT([libsocketcan-nl], [trunk], [bugs@pengutronix.de]) AC_CONFIG_HEADERS([include/libsocketcan-nl_config.h]) AC_CONFIG_SRCDIR([src/socketcan_netlink.c]) AC_CONFIG_MACRO_DIR([config/m4])