Corrected secondary .so number to 103

This commit is contained in:
Thomas Schmitt 2016-09-16 17:30:06 +00:00
parent 390a577dfe
commit 6f440ef964
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl
dnl SONAME = 104 - 103 = 1 . Library name = libisoburn.so.1.103.0
LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=101
LT_AGE=100
LT_CURRENT=104
LT_AGE=103
LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`