Incremented LT_CURRENT and LT_AGE to reflect API enhancements

This commit is contained in:
Thomas Schmitt 2008-04-25 13:36:19 +00:00
parent 0386feabfe
commit 103b301b09
1 changed files with 4 additions and 4 deletions

View File

@ -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)