Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
pull/106/head^2
Marc Kleine-Budde 2014-03-19 10:12:35 +01:00
parent c2f7f8e9b2
commit 51f1610160
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([libsocketcan], [trunk], [bugs@pengutronix.de]) AC_INIT([libsocketcan], [0.0.10], [bugs@pengutronix.de])
AC_CONFIG_HEADERS([include/libsocketcan_config.h]) AC_CONFIG_HEADERS([include/libsocketcan_config.h])
AC_CONFIG_SRCDIR([src/libsocketcan.c]) AC_CONFIG_SRCDIR([src/libsocketcan.c])
AC_CONFIG_MACRO_DIR([config/m4]) AC_CONFIG_MACRO_DIR([config/m4])
@ -20,7 +20,7 @@ CFLAGS="${CFLAGS} -Wall"
# Interfaces added: AGE++ # Interfaces added: AGE++
# Interfaces removed: AGE=0 # Interfaces removed: AGE=0
LT_CURRENT=4 LT_CURRENT=4
LT_REVISION=0 LT_REVISION=1
LT_AGE=2 LT_AGE=2
AC_SUBST(LT_CURRENT) AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION) AC_SUBST(LT_REVISION)