We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5823dc commit 077def3Copy full SHA for 077def3
1 file changed
configure.ac
@@ -2,7 +2,7 @@
2
# Process this file with autoconf to produce a configure script.
3
AC_PREREQ([2.69])
4
5
-AC_INIT([libsocketcan], [0.0.11], [bugs@pengutronix.de])
+AC_INIT([libsocketcan], [0.0.12], [bugs@pengutronix.de])
6
AC_CONFIG_HEADERS([include/libsocketcan_config.h])
7
AC_CONFIG_SRCDIR([src/libsocketcan.c])
8
AC_CONFIG_MACRO_DIR([config/m4])
@@ -20,7 +20,7 @@ CFLAGS="${CFLAGS} -Wall"
20
# Interfaces added: AGE++
21
# Interfaces removed: AGE=0
22
LT_CURRENT=5
23
-LT_REVISION=0
+LT_REVISION=1
24
LT_AGE=3
25
AC_SUBST(LT_CURRENT)
26
AC_SUBST(LT_REVISION)
0 commit comments