From 07acf9175dc10c9a3ed25cf1e9060e972e171406 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 4 Jan 2021 16:26:49 -0500 Subject: Bump shared library minor version --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 396284c6..e72c6231 100644 --- a/configure.ac +++ b/configure.ac @@ -52,9 +52,9 @@ LT_INIT([win32-dll]) # * Otherwise, increment LT_REVISION # LT = libtool -LT_CURRENT=28 -LT_AGE=0 -LT_REVISION=4 +LT_CURRENT=29 +LT_AGE=1 +LT_REVISION=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -- cgit v1.2.3-54-g00ecf