soname bump

to reflect changes in vips8 API, see

https://github.com/jcupitt/libvips/issues/211
This commit is contained in:
John Cupitt 2014-12-26 16:53:11 +00:00
parent 366e7e3a5e
commit 01b409bdba
1 changed files with 2 additions and 2 deletions

View File

@ -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=39
LIBRARY_CURRENT=40
LIBRARY_REVISION=0
LIBRARY_AGE=1
LIBRARY_AGE=0
# patched into include/vips/version.h
AC_SUBST(VIPS_VERSION)