Changed sonumber to 4, and changed pc.in file

This commit is contained in:
Mario Danic 2007-10-28 12:53:18 +00:00
parent fc5f2a4745
commit 49925ad2ba
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ AC_SUBST(BURN_VERSION)
dnl Libtool versioning
LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION
LT_CURRENT=`expr $BURN_MICRO_VERSION - $BURN_INTERFACE_AGE`
LT_CURRENT=4
LT_REVISION=$BURN_INTERFACE_AGE
LT_AGE=`expr $BURN_BINARY_AGE - $BURN_INTERFACE_AGE`
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`