From 2b6e3797fee647322ed104dfacc84bb38e7169b7 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 2 Jan 2013 14:11:30 +0000 Subject: [PATCH] fix libtool version number we are binary API changed since 7.30, but back compat --- TODO | 2 -- configure.in | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 637e10f0..2476ffdd 100644 --- a/TODO +++ b/TODO @@ -14,8 +14,6 @@ -- check libtool version number, should be binary-compat with 7.30 - - the operation cache needs to detect invalidate tricky! diff --git a/configure.in b/configure.in index 19095808..81f85876 100644 --- a/configure.in +++ b/configure.in @@ -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)