Incremented LT_* to get libburn.so.4.8.0 (forgot to do 4.7.1 anyway)

This commit is contained in:
Thomas Schmitt 2008-02-03 09:22:29 +00:00
parent 99767afe1f
commit ec8b75217f
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2008.02.03.092013"
#define Cdrskin_timestamP "2008.02.03.092134"

View File

@ -96,13 +96,13 @@ dnl Libtool versioning
LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION
dnl
dnl ts A80127
dnl This ist a development version.
dnl But LT_CURRENT++, LT_AGE++ has not happened yet.
dnl This ist the development version after libburn-0.4.2 = libburn.so.4.7.0
dnl LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl
dnl SONAME = 11 - 7 = 4 . Library name = libburn.so.4.7.0
LT_CURRENT=11
dnl SONAME = 12 - 8 = 4 . Library name = libburn.so.4.8.0
LT_CURRENT=12
LT_REVISION=0
LT_AGE=7
LT_AGE=8
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
AC_SUBST(LT_RELEASE)