fix libtool version number

we are binary API changed since 7.30, but back compat
This commit is contained in:
John Cupitt 2013-01-02 14:11:30 +00:00
parent 05324ca33c
commit 2b6e3797fe
2 changed files with 3 additions and 5 deletions

2
TODO
View File

@ -14,8 +14,6 @@
- check libtool version number, should be binary-compat with 7.30
- the operation cache needs to detect invalidate
tricky!

View File

@ -36,9 +36,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=33
LIBRARY_REVISION=8
LIBRARY_AGE=4
LIBRARY_CURRENT=34
LIBRARY_REVISION=0
LIBRARY_AGE=3
# patched into include/vips/version.h
AC_SUBST(VIPS_VERSION)