From 58f117aa512e96cd4f75c73bc1e3624fb78d69d9 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 6 Nov 2012 22:04:43 +0100 Subject: [PATCH] configure.ac: back to trunk Signed-off-by: Marc Kleine-Budde --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6120b8c..3e4e048 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.9], [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])