Skip to content

Commit 05a08bf

Browse files
authored
lib: switch to v4.0.1: only added items (#306)
The API has been modified: only new items have been added, see PR #297 and #304. It is then required to increase CURRENT and AGE, according to libtool's documentation. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 5d9f33a commit 05a08bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ AC_INIT([mptcpd],
1818
# Interfaces changed: CURRENT++ REVISION=0
1919
# added: CURRENT++ REVISION=0 AGE++
2020
# removed: CURRENT++ REVISION=0 AGE=0
21-
LIB_CURRENT=3
21+
LIB_CURRENT=4
2222
LIB_REVISION=0
23-
LIB_AGE=0
23+
LIB_AGE=1
2424

2525
AC_SUBST([LIB_CURRENT])
2626
AC_SUBST([LIB_REVISION])

0 commit comments

Comments
 (0)