From 48edc5fec1374e46f00dc8f8a488510834d82b27 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 14 Sep 2016 14:02:56 +0100 Subject: [PATCH] iupdate libtool version number --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b5e6004b..2f74b34a 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=47 -LIBRARY_REVISION=1 -LIBRARY_AGE=5 +LIBRARY_CURRENT=48 +LIBRARY_REVISION=0 +LIBRARY_AGE=6 # patched into include/vips/version.h AC_SUBST(VIPS_VERSION)