From 039997780b46893adeb8782030e59eb2d90f5432 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 5 Aug 2016 08:52:50 +0100 Subject: [PATCH] bump API version for new function thanks Benjamin --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 929b9b53..8a6e60e6 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=46 -LIBRARY_REVISION=3 -LIBRARY_AGE=4 +LIBRARY_CURRENT=47 +LIBRARY_REVISION=0 +LIBRARY_AGE=5 # patched into include/vips/version.h AC_SUBST(VIPS_VERSION)