Did LT_CURRENT++, LT_AGE++ because of new API call
This commit is contained in:
parent
39198ff8cb
commit
38f0399fff
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2008.07.14.113050"
|
#define Cdrskin_timestamP "2008.07.14.113152"
|
||||||
|
11
configure.ac
11
configure.ac
@ -98,15 +98,16 @@ AC_SUBST(BURN_VERSION)
|
|||||||
dnl Libtool versioning
|
dnl Libtool versioning
|
||||||
LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION
|
LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION
|
||||||
dnl
|
dnl
|
||||||
dnl ts A80517
|
dnl ts A80713
|
||||||
dnl ### This is the release version libburn-0.4.8 = libburn.so.4.13.0
|
dnl ### This is the release version libburn-0.4.8 = libburn.so.4.13.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
|
dnl
|
||||||
dnl SONAME = 17 - 13 = 4 . Library name = libburn.so.4.13.0
|
dnl SONAME = 18 - 14 = 4 . Library name = libburn.so.4.14.0
|
||||||
LT_CURRENT=17
|
LT_CURRENT=18
|
||||||
|
LT_AGE=14
|
||||||
LT_REVISION=0
|
LT_REVISION=0
|
||||||
LT_AGE=13
|
|
||||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||||
|
|
||||||
AC_SUBST(LT_RELEASE)
|
AC_SUBST(LT_RELEASE)
|
||||||
|
Loading…
Reference in New Issue
Block a user