From 94ef796b7796e7615994cae28a971f1eb546f91b Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Wed, 9 Oct 2024 12:19:23 +0200 Subject: [PATCH] lib: switch to v4.0.1: only added items The API has been modified: only new items have been added, see #297 and It is then required to increase CURRENT and AGE, according to libtool's documentation. Signed-off-by: Matthieu Baerts (NGI0) --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c5d6986f..86626a5c 100644 --- a/configure.ac +++ b/configure.ac @@ -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])