From b10cfb3d225ead295ae5ed93ed1e3443997fd20f Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 15 Jun 2010 15:58:30 +0000 Subject: [PATCH] Incremented LT_CURRENT and LT_AGE of libburn --- cdrskin/cdrskin_timestamp.h | 2 +- configure.ac | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 366dbb2..00151e0 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2010.06.15.155625" +#define Cdrskin_timestamP "2010.06.15.155739" diff --git a/configure.ac b/configure.ac index da953c8..8335f26 100644 --- a/configure.ac +++ b/configure.ac @@ -120,12 +120,12 @@ LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION dnl dnl ### This is the release version libburn-0.8.2 dnl This is the development version after above release version -dnl LT_CURRENT++, LT_AGE++ has not yet happened. -dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. +dnl ### LT_CURRENT++, LT_AGE++ has not yet happened. +dnl LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl -dnl SONAME = 51 - 47 = 4 . Linux library name = libburn.so.4.47.0 -LT_CURRENT=51 -LT_AGE=47 +dnl SONAME = 52 - 48 = 4 . Linux library name = libburn.so.4.48.0 +LT_CURRENT=52 +LT_AGE=48 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`