Did LT_CURRENT++, LT_AGE++ which was forgotten with revision 1885
This commit is contained in:
parent
a9c0fb6e58
commit
cf9bc140b1
11
configure.ac
11
configure.ac
@ -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`
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.07.14.114515"
|
#define Xorriso_timestamP "2008.07.14.114613"
|
||||||
|
Loading…
Reference in New Issue
Block a user