we broke binary compat, bump library version

the extra object fields for the new argument mapping system broke binary
compat, bump ABI version
This commit is contained in:
John Cupitt 2012-06-01 17:45:50 +01:00
parent 2cf57c123d
commit d98f5a28fc
1 changed files with 3 additions and 3 deletions

View File

@ -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)