From ee3bcbc5320363b0d2582f6ca00c888a88d9539c Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 6 Nov 2009 02:25:54 +0000 Subject: configure.in: increased LT_CURRENT because the interface is not completely compatible. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2335 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 3d736f79..bbc9785c 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ fi dnl libtool versioning LT_RELEASE=$MAJOR_VERSION.$MINOR_VERSION -LT_CURRENT=`expr $MICRO_VERSION - $INTERFACE_AGE` +LT_CURRENT=`expr 1 + $MICRO_VERSION - $INTERFACE_AGE` LT_REVISION=$INTERFACE_AGE LT_AGE=`expr $BINARY_AGE - $INTERFACE_AGE` AC_SUBST(LT_RELEASE) -- cgit v1.2.3