From 1cbe3afdcc2f3bdfafcb2f016605f5b8ba5c64d3 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 13 Dec 2008 14:49:39 +0000 Subject: [PATCH] Now producing libburn.so.4.24.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 b43b689..bc05e4e 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.12.12.214013" +#define Cdrskin_timestamP "2008.12.13.144909" diff --git a/configure.ac b/configure.ac index 61b0865..f8c2cb5 100644 --- a/configure.ac +++ b/configure.ac @@ -106,12 +106,12 @@ dnl dnl ts A81207 dnl ### This is the release version libburn-0.5.8 = libburn.so.4.23.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 = 27 - 23 = 4 . Library name = libburn.so.4.23.0 -LT_CURRENT=27 -LT_AGE=23 +dnl SONAME = 28 - 24 = 4 . Library name = libburn.so.4.24.0 +LT_CURRENT=28 +LT_AGE=24 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`