From 1ad9d246fe18a33caad188dfa3d4b05091300285 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 28 Jun 2014 09:42:56 +0100 Subject: [PATCH] bump soname see https://github.com/jcupitt/libvips/issues/139 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7064e9d5..7c7ff9b9 100644 --- a/configure.ac +++ b/configure.ac @@ -37,8 +37,8 @@ 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=37 -LIBRARY_REVISION=6 +LIBRARY_CURRENT=38 +LIBRARY_REVISION=0 LIBRARY_AGE=0 # patched into include/vips/version.h