From cf9bc140b1fae57aa07da71a88bdf83cb94effc7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 14 Jul 2008 11:45:30 +0000 Subject: [PATCH] Did LT_CURRENT++, LT_AGE++ which was forgotten with revision 1885 --- configure.ac | 11 ++++++----- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index e51d6b76..ecb4b283 100644 --- a/configure.ac +++ b/configure.ac @@ -33,15 +33,16 @@ dnl Libtool versioning dnl Generate libisoburn.so.1.x.y dnl SONAME will become LT_CURRENT - LT_AGE dnl -dnl ts A80622 +dnl ts A80713 dnl ### This is the release version 0.2.0 = libisoburn.so.1.9.0 dnl This is the development version after above stable release -dnl LT_CURRENT++, LT_AGE++ have not happened happened yet. +dnl ### LT_CURRENT++, LT_AGE++ have not happened happened yet. +dnl LT_CURRENT++, LT_AGE++ has happened imeanwhile. dnl -dnl SONAME = 10 - 9 = 1 . Library name = libburn.so.1.9.0 +dnl SONAME = 11 - 10 = 1 . Library name = libburn.so.1.10.0 LT_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION -LT_CURRENT=10 -LT_AGE=9 +LT_CURRENT=11 +LT_AGE=10 LT_REVISION=0 LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 544c3754..3a327176 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.07.14.114515" +#define Xorriso_timestamP "2008.07.14.114613"