Prepared configure.ac for release

This commit is contained in:
Mario Danic 2007-07-31 08:06:07 +00:00
parent 205d5fed7d
commit 0d3a31e3f0
1 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`