Incremented middle .so number

This commit is contained in:
Thomas Schmitt 2009-12-29 11:55:48 +00:00
parent 8efb24ca6d
commit e3ff0bb0f6
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.12.27.144733"
#define Cdrskin_timestamP "2009.12.29.115717"

View File

@ -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`