From 69237574e24415615f78ef56b71e2cbe728ccbc3 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 7 Jan 2019 08:52:07 -0500 Subject: Update shared library version information --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3157762b..28761a9e 100644 --- a/configure.ac +++ b/configure.ac @@ -41,9 +41,9 @@ LT_INIT([win32-dll]) # * Otherwise, increment LT_REVISION # LT = libtool -LT_CURRENT=23 -LT_AGE=2 -LT_REVISION=1 +LT_CURRENT=24 +LT_AGE=3 +LT_REVISION=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -- cgit v1.2.3-54-g00ecf