From 5e7ea4a6bc9fd842a8426a82701a8e67bdec07a3 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 --- libburn/branches/ZeroFourZero/configure.ac | 2 +- .../branches/ZeroFourZero/{libburn-5.pc.in => libburn-1.pc.in} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libburn/branches/ZeroFourZero/{libburn-5.pc.in => libburn-1.pc.in} (100%) diff --git a/libburn/branches/ZeroFourZero/configure.ac b/libburn/branches/ZeroFourZero/configure.ac index e92cada3..342d2ae3 100644 --- a/libburn/branches/ZeroFourZero/configure.ac +++ b/libburn/branches/ZeroFourZero/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/branches/ZeroFourZero/libburn-5.pc.in b/libburn/branches/ZeroFourZero/libburn-1.pc.in similarity index 100% rename from libburn/branches/ZeroFourZero/libburn-5.pc.in rename to libburn/branches/ZeroFourZero/libburn-1.pc.in