Did LT_CURRENT++, LT_AGE++ which was forgotten with revision 1885

This commit is contained in:
Thomas Schmitt 2008-07-14 11:45:30 +00:00
parent a9c0fb6e58
commit cf9bc140b1
2 changed files with 7 additions and 6 deletions

View File

@ -33,15 +33,16 @@ dnl Libtool versioning
dnl Generate libisoburn.so.1.x.y dnl Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE dnl SONAME will become LT_CURRENT - LT_AGE
dnl 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 release version 0.2.0 = libisoburn.so.1.9.0
dnl This is the development version after above stable release 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
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_RELEASE=$ISOBURN_MAJOR_VERSION.$ISOBURN_MINOR_VERSION
LT_CURRENT=10 LT_CURRENT=11
LT_AGE=9 LT_AGE=10
LT_REVISION=0 LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.07.14.114515" #define Xorriso_timestamP "2008.07.14.114613"