Incremented LT_CURRENT and LT_AGE to get libburn.so.4.18.0

This commit is contained in:
Thomas Schmitt 2008-10-04 07:39:22 +00:00
parent e50cc04374
commit 935239b4f9
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2008.10.04.072657" #define Cdrskin_timestamP "2008.10.04.073814"

View File

@ -103,12 +103,12 @@ dnl
dnl ts A80820 dnl ts A80820
dnl ### This is the release version libburn-0.5.2 = libburn.so.4.17.0 dnl ### This is the release version libburn-0.5.2 = libburn.so.4.17.0
dnl This is the development version after above release version 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 not yet happened.
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl dnl
dnl SONAME = 21 - 17 = 4 . Library name = libburn.so.4.17.0 dnl SONAME = 22 - 18 = 4 . Library name = libburn.so.4.18.0
LT_CURRENT=21 LT_CURRENT=22
LT_AGE=17 LT_AGE=18
LT_REVISION=0 LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`