fix libtool version number
we are binary API changed since 7.30, but back compat
This commit is contained in:
parent
05324ca33c
commit
2b6e3797fe
2
TODO
2
TODO
@ -14,8 +14,6 @@
|
||||
|
||||
|
||||
|
||||
- check libtool version number, should be binary-compat with 7.30
|
||||
|
||||
- the operation cache needs to detect invalidate
|
||||
|
||||
tricky!
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user