From 103b301b0971442d1b731a8d70e417ee12729503 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 25 Apr 2008 13:36:19 +0000 Subject: [PATCH] Incremented LT_CURRENT and LT_AGE to reflect API enhancements --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index aeaf63f..92101be 100644 --- a/configure.ac +++ b/configure.ac @@ -99,12 +99,12 @@ dnl dnl ts A80408 dnl ### This was the release version libburn-0.4.4 = libburn.so.4.9.0 dnl This is the development version after above release version -dnl LT_CURRENT++, LT_AGE++ has not yet happened. +dnl LT_CURRENT++, LT_AGE++ has already happened. dnl -dnl SONAME = 13 - 9 = 4 . Library name = libburn.so.4.9.0 -LT_CURRENT=13 +dnl SONAME = 14 - 10 = 4 . Library name = libburn.so.4.10.0 +LT_CURRENT=14 LT_REVISION=0 -LT_AGE=9 +LT_AGE=10 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` AC_SUBST(LT_RELEASE)