aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-06 02:25:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-11-06 02:25:54 +0000
commitee3bcbc5320363b0d2582f6ca00c888a88d9539c (patch)
tree6746493ebcd21608295706be7228f7b835224910 /configure.in
parent1bf86f0537be17e8a28ba316092e10bd44669e54 (diff)
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)