From d484161c052daa828962617d944f55003b11239a Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 24 Apr 2015 14:07:35 +0100 Subject: [PATCH] bump libtool version number --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 031b1328..25b9334e 100644 --- a/configure.ac +++ b/configure.ac @@ -37,9 +37,9 @@ VIPS_VERSION_STRING=$VIPS_VERSION-`date` # binary interface changes backwards compatible?: increment age # binary interface changes not backwards compatible?: reset age to 0 -LIBRARY_CURRENT=41 +LIBRARY_CURRENT=42 LIBRARY_REVISION=1 -LIBRARY_AGE=1 +LIBRARY_AGE=2 # patched into include/vips/version.h AC_SUBST(VIPS_VERSION)