From cb6d2311c7754279e7767eb28038dadced4e2452 Mon Sep 17 00:00:00 2001 From: Mikhail Efremov Date: Tue, 22 Jan 2019 19:43:36 +0300 Subject: [PATCH] Change soname back to 0 Soname change will be reverted by upstream in the next version. See https://gitlab.com/libidn/libidn2/issues/63. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index cc00482..cc725de 100644 --- a/configure.ac +++ b/configure.ac @@ -20,9 +20,9 @@ AC_INIT([libidn2], [2.1.0], [help-libidn@gnu.org],, # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 4) -AC_SUBST(LT_REVISION, 0) -AC_SUBST(LT_AGE, 0) +AC_SUBST(LT_CURRENT, 3) +AC_SUBST(LT_REVISION, 4) +AC_SUBST(LT_AGE, 3) # # Generate version defines for the include file -- 2.19.2