From ae854950b939a9208998e823b41a31ea1ff10fd7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 13 Jan 2018 20:28:56 -0500 Subject: [PATCH] Bump shared library minor version for added interfaces --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1b94de65..cd395d91 100644 --- a/configure.ac +++ b/configure.ac @@ -29,8 +29,8 @@ LT_INIT([win32-dll]) # * Otherwise, increment LT_REVISION # LT = libtool -LT_CURRENT=19 -LT_AGE=1 +LT_CURRENT=20 +LT_AGE=2 LT_REVISION=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION)