Skip to content

Commit

Permalink
lib: switch to v4.0.1: only added items
Browse files Browse the repository at this point in the history
The API has been modified: only new items have been added, see PR multipath-tcp#297
and multipath-tcp#304.

It is then required to increase CURRENT and AGE, according to libtool's
documentation.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Oct 9, 2024
1 parent ffa276f commit b912478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ AC_INIT([mptcpd],
# Interfaces changed: CURRENT++ REVISION=0
# added: CURRENT++ REVISION=0 AGE++
# removed: CURRENT++ REVISION=0 AGE=0
LIB_CURRENT=3
LIB_CURRENT=4
LIB_REVISION=0
LIB_AGE=0
LIB_AGE=1

AC_SUBST([LIB_CURRENT])
AC_SUBST([LIB_REVISION])
Expand Down

0 comments on commit b912478

Please sign in to comment.