diff --git a/configure.ac b/configure.ac index 0160d37..492da2c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([libsocketcan], [0.0.10], [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])