From e3ff0bb0f691f4781057ccd64c29fb23dc589c0b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 29 Dec 2009 11:55:48 +0000 Subject: [PATCH] Incremented middle .so number --- 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 fae63e1..d61e362 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2009.12.27.144733" +#define Cdrskin_timestamP "2009.12.29.115717" diff --git a/configure.ac b/configure.ac index b418d67..c5d90fc 100644 --- a/configure.ac +++ b/configure.ac @@ -115,12 +115,12 @@ dnl dnl ts A91206 dnl ### This is the release version libburn-0.7.4 = libburn.so.4.39.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 = 43 - 39 = 4 . Linux library name = libburn.so.4.39.0 -LT_CURRENT=43 -LT_AGE=39 +dnl SONAME = 44 - 40 = 4 . Linux library name = libburn.so.4.40.0 +LT_CURRENT=44 +LT_AGE=40 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`