iupdate libtool version number

This commit is contained in:
John Cupitt 2016-09-14 14:02:56 +01:00
parent fd9c598584
commit 48edc5fec1

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=47
LIBRARY_REVISION=1
LIBRARY_AGE=5
LIBRARY_CURRENT=48
LIBRARY_REVISION=0
LIBRARY_AGE=6
# patched into include/vips/version.h
AC_SUBST(VIPS_VERSION)