From 3fd0c9b2085160b5ff62e022bfb25f3dd4f9ec97 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 28 Oct 2007 19:10:06 +0000 Subject: [PATCH] Changed soname to 4 and changed pc-in file to number 1 --- configure.ac | 2 +- libburn-5.pc.in => libburn-1.pc.in | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libburn-5.pc.in => libburn-1.pc.in (100%) diff --git a/configure.ac b/configure.ac index e92cada..342d2ae 100644 --- a/configure.ac +++ b/configure.ac @@ -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` diff --git a/libburn-5.pc.in b/libburn-1.pc.in similarity index 100% rename from libburn-5.pc.in rename to libburn-1.pc.in