From d958f29e0e4b2e09da44cd9bd284c65795d6c472 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 28 Feb 2019 06:43:18 +0100 Subject: [PATCH] Bump ABI version Signed-off-by: Martin Sustrik --- libdill.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdill.h b/libdill.h index 189749e2..264d273c 100644 --- a/libdill.h +++ b/libdill.h @@ -46,13 +46,13 @@ /* www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html */ /* The current interface version. */ -#define DILL_VERSION_CURRENT 24 +#define DILL_VERSION_CURRENT 25 /* The latest revision of the current interface. */ #define DILL_VERSION_REVISION 0 /* How many past interface versions are still supported. */ -#define DILL_VERSION_AGE 4 +#define DILL_VERSION_AGE 5 /******************************************************************************/ /* Symbol visibility */