From 8373c1f17bff1e3898bf69afbc4c46beb9eeb977 Mon Sep 17 00:00:00 2001 From: Luotao Fu Date: Tue, 1 Dec 2009 10:42:23 +0100 Subject: [PATCH] switch version 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 51bfb87..e4e6444 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], [0.0.4], [bugs@pengutronix.de]) +AC_INIT([libsocketcan], [trunk], [bugs@pengutronix.de]) AC_CONFIG_HEADERS([include/libsocketcan_config.h]) AC_CONFIG_SRCDIR([src/libsocketcan.c]) AC_CONFIG_MACRO_DIR([config/m4])