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:
parent
2cf57c123d
commit
d98f5a28fc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user