From 01b409bdba2abb70482471b8c5ffebca52a0bcf7 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 26 Dec 2014 16:53:11 +0000 Subject: [PATCH] soname bump to reflect changes in vips8 API, see https://github.com/jcupitt/libvips/issues/211 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 85aa29b9..0d8e1c48 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=39 +LIBRARY_CURRENT=40 LIBRARY_REVISION=0 -LIBRARY_AGE=1 +LIBRARY_AGE=0 # patched into include/vips/version.h AC_SUBST(VIPS_VERSION)