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 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41ead63f..1ade9e94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-06 + + * configure.in: increased LT_CURRENT because the interface is not + completely compatible. + 2009-11-05 * libsylph/folder.[ch] 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