From 419d0da8bcb8c90016e50300c7653e5322ad2617 Mon Sep 17 00:00:00 2001 From: Thordur Bjornsson Date: Wed, 8 Aug 2018 15:25:09 +0200 Subject: [PATCH] Revert the configure.ac portion of c31a0425. Bugfixes don't change the libtool versions, so revert back. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 809410b..643a432 100644 --- a/configure.ac +++ b/configure.ac @@ -33,8 +33,8 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST([LT_CURRENT], 6) -AC_SUBST([LT_REVISION], 1) +AC_SUBST([LT_CURRENT], 5) +AC_SUBST([LT_REVISION], 2) AC_SUBST([LT_AGE], 4) AM_INIT_AUTOMAKE([-Wall -Werror foreign])