From ec8c7237e312b194e4d65432c1da6639ae942cdd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 22 Jun 2018 20:34:30 -0400 Subject: Bump shared library minor revision --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d60610a2..4f875e95 100644 --- a/configure.ac +++ b/configure.ac @@ -29,9 +29,9 @@ LT_INIT([win32-dll]) # * Otherwise, increment LT_REVISION # LT = libtool -LT_CURRENT=21 -LT_AGE=0 -LT_REVISION=2 +LT_CURRENT=22 +LT_AGE=1 +LT_REVISION=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -- cgit v1.2.3-54-g00ecf