Skip to content

Commit 077def3

Browse files
v0.0.12
1 parent b5823dc commit 077def3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33
AC_PREREQ([2.69])
44

5-
AC_INIT([libsocketcan], [0.0.11], [bugs@pengutronix.de])
5+
AC_INIT([libsocketcan], [0.0.12], [bugs@pengutronix.de])
66
AC_CONFIG_HEADERS([include/libsocketcan_config.h])
77
AC_CONFIG_SRCDIR([src/libsocketcan.c])
88
AC_CONFIG_MACRO_DIR([config/m4])
@@ -20,7 +20,7 @@ CFLAGS="${CFLAGS} -Wall"
2020
# Interfaces added: AGE++
2121
# Interfaces removed: AGE=0
2222
LT_CURRENT=5
23-
LT_REVISION=0
23+
LT_REVISION=1
2424
LT_AGE=3
2525
AC_SUBST(LT_CURRENT)
2626
AC_SUBST(LT_REVISION)

0 commit comments

Comments
 (0)