From 935239b4f936efceec8118f1e15ef00d11c5c607 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 --- 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 8d07d3a..c635a5c 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.10.04.072657" +#define Cdrskin_timestamP "2008.10.04.073814" diff --git a/configure.ac b/configure.ac index df69375..ee353e3 100644 --- a/configure.ac +++ b/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`