Adjust the library numbers for release.

This commit is contained in:
Marcelo Roberto Jimenez 2013-01-29 12:04:00 -02:00
parent f015a132e8
commit 6cd1f11154

View File

@ -316,16 +316,21 @@ dnl ############################################################################
dnl # Release 1.6.18: dnl # Release 1.6.18:
dnl # "current:revision:age" dnl # "current:revision:age"
dnl # dnl #
dnl # - dnl # - Code has changed in ixml
dnl # revision: 7 -> 8
dnl # - Code has changed in threadutil
dnl # revision: 2 -> 3
dnl # - Code has changed in upnp
dnl # revision: 1 -> 2
dnl # dnl #
dnl #AC_SUBST([LT_VERSION_IXML], [::]) dnl #AC_SUBST([LT_VERSION_IXML], [2:8:0])
dnl #AC_SUBST([LT_VERSION_THREADUTIL], [::]) dnl #AC_SUBST([LT_VERSION_THREADUTIL], [6:3:0])
dnl #AC_SUBST([LT_VERSION_UPNP], [::]) dnl #AC_SUBST([LT_VERSION_UPNP], [9:2:3])
dnl # dnl #
dnl ############################################################################ dnl ############################################################################
AC_SUBST([LT_VERSION_IXML], [2:7:0]) AC_SUBST([LT_VERSION_IXML], [2:8:0])
AC_SUBST([LT_VERSION_THREADUTIL], [6:2:0]) AC_SUBST([LT_VERSION_THREADUTIL], [6:3:0])
AC_SUBST([LT_VERSION_UPNP], [9:1:3]) AC_SUBST([LT_VERSION_UPNP], [9:2:3])
dnl ############################################################################ dnl ############################################################################
dnl # Repeating the algorithm to place it closer to the modificatin place: dnl # Repeating the algorithm to place it closer to the modificatin place:
dnl # - library code modified: revision++ dnl # - library code modified: revision++