aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
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)