diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-11-06 02:25:54 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2009-11-06 02:25:54 +0000 |
commit | ee3bcbc5320363b0d2582f6ca00c888a88d9539c (patch) | |
tree | 6746493ebcd21608295706be7228f7b835224910 | |
parent | 1bf86f0537be17e8a28ba316092e10bd44669e54 (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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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) |