From 49925ad2bafa82d76f5e1f7de7bbbe6f75ebc70e Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 28 Oct 2007 12:53:18 +0000 Subject: [PATCH] Changed sonumber to 4, and changed pc.in file --- 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 75e6fd8..03da19e 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