From aa45c75705d9bd7c25c0756d57c665094dfae027 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 4 Oct 2008 07:39:22 +0000 Subject: [PATCH] Incremented LT_CURRENT and LT_AGE to get libburn.so.4.18.0 --- libburn/trunk/cdrskin/cdrskin_timestamp.h | 2 +- libburn/trunk/configure.ac | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index 8d07d3ad..c635a5cf 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.10.04.072657" +#define Cdrskin_timestamP "2008.10.04.073814" diff --git a/libburn/trunk/configure.ac b/libburn/trunk/configure.ac index df693750..ee353e36 100644 --- a/libburn/trunk/configure.ac +++ b/libburn/trunk/configure.ac @@ -103,12 +103,12 @@ dnl dnl ts A80820 dnl ### This is the release version libburn-0.5.2 = libburn.so.4.17.0 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 = 21 - 17 = 4 . Library name = libburn.so.4.17.0 -LT_CURRENT=21 -LT_AGE=17 +dnl SONAME = 22 - 18 = 4 . Library name = libburn.so.4.18.0 +LT_CURRENT=22 +LT_AGE=18 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`