From 4d09fa374fdc9cc4a3fcd8dbc4ecaebd8274441a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 16 Sep 2016 17:30:06 +0000 Subject: [PATCH] Corrected secondary .so number to 103 --- libisoburn/branches/1.4.6/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/branches/1.4.6/configure.ac b/libisoburn/branches/1.4.6/configure.ac index aef3539d..53d1a4ed 100644 --- a/libisoburn/branches/1.4.6/configure.ac +++ b/libisoburn/branches/1.4.6/configure.ac @@ -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`