Merge of head into branch-1.6.x.

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@265 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez 2007-12-10 23:18:38 +00:00
parent 0a074d1989
commit 7d4a610b93

View File

@ -87,14 +87,17 @@ AC_INIT([libupnp], [1.6.2], [mroberto@users.sourceforge.net])
# Release 1.6.2: # Release 1.6.2:
# "current:revision:age" # "current:revision:age"
# #
# - Code has changed in upnp
# revision: 1 -> 2
#
#AC_SUBST([LT_VERSION_IXML], [2:4:0]) #AC_SUBST([LT_VERSION_IXML], [2:4:0])
#AC_SUBST([LT_VERSION_THREADUTIL], [4:0:2]) #AC_SUBST([LT_VERSION_THREADUTIL], [4:0:2])
#AC_SUBST([LT_VERSION_UPNP], [3:1:0]) #AC_SUBST([LT_VERSION_UPNP], [3:2:0])
# #
############################################################################### ###############################################################################
AC_SUBST([LT_VERSION_IXML], [2:4:0]) AC_SUBST([LT_VERSION_IXML], [2:4:0])
AC_SUBST([LT_VERSION_THREADUTIL], [4:0:2]) AC_SUBST([LT_VERSION_THREADUTIL], [4:0:2])
AC_SUBST([LT_VERSION_UPNP], [3:1:0]) AC_SUBST([LT_VERSION_UPNP], [3:2:0])
############################################################################### ###############################################################################
# Repeating the algorithm so that it is closer to the modificatin place: # Repeating the algorithm so that it is closer to the modificatin place:
# - library code modified: revision++ # - library code modified: revision++