Adjust the library numbers for release.

This commit is contained in:
Marcelo Roberto Jimenez 2012-03-21 19:49:49 -03:00
parent 952492b44e
commit 01d7c05fb8

View File

@ -286,6 +286,8 @@ dnl # "current:revision:age"
dnl # dnl #
dnl # - Code has changed in ixml dnl # - Code has changed in ixml
dnl # revision: 6 -> 7 dnl # revision: 6 -> 7
dnl # - Code has changed in threadutil
dnl # revision: 0 -> 1
dnl # - Code has changed in upnp dnl # - Code has changed in upnp
dnl # revision: 1 -> 2 dnl # revision: 1 -> 2
dnl # - interface changed/added/removed in upnp dnl # - interface changed/added/removed in upnp
@ -294,12 +296,12 @@ dnl # - interface added in upnp
dnl # age++(3) dnl # age++(3)
dnl # dnl #
dnl #AC_SUBST([LT_VERSION_IXML], [2:7:0]) dnl #AC_SUBST([LT_VERSION_IXML], [2:7:0])
dnl #AC_SUBST([LT_VERSION_THREADUTIL], [6:0:0]) dnl #AC_SUBST([LT_VERSION_THREADUTIL], [6:1:0])
dnl #AC_SUBST([LT_VERSION_UPNP], [9:0:3]) dnl #AC_SUBST([LT_VERSION_UPNP], [9:0:3])
dnl # dnl #
dnl ############################################################################ dnl ############################################################################
AC_SUBST([LT_VERSION_IXML], [2:7:0]) AC_SUBST([LT_VERSION_IXML], [2:7:0])
AC_SUBST([LT_VERSION_THREADUTIL], [6:0:0]) AC_SUBST([LT_VERSION_THREADUTIL], [6:1:0])
AC_SUBST([LT_VERSION_UPNP], [9:0:3]) AC_SUBST([LT_VERSION_UPNP], [9:0: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: