From d98f5a28fc92a5de41eedc6fbe3a801a9599ad85 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 1 Jun 2012 17:45:50 +0100 Subject: [PATCH] we broke binary compat, bump library version the extra object fields for the new argument mapping system broke binary compat, bump ABI version --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 66dc6b6a..ac54431a 100644 --- a/configure.in +++ b/configure.in @@ -34,9 +34,9 @@ VIPS_VERSION_STRING=$VIPS_VERSION-`date` # interface changes backwards compatible?: increment age # interface changes not backwards compatible?: reset age to 0 -LIBRARY_CURRENT=31 -LIBRARY_REVISION=6 -LIBRARY_AGE=16 +LIBRARY_CURRENT=32 +LIBRARY_REVISION=0 +LIBRARY_AGE=0 # patched into include/vips/version.h AC_SUBST(VIPS_VERSION)