From 0fc29c3d993b0b32a4b54a95bfacf8ec7ebfa0fd Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Fri, 25 Apr 2008 11:42:51 +0000 Subject: [PATCH] Adjust of libtool numbers for threadutil. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@349 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5722e78..130bda7 100644 --- a/configure.ac +++ b/configure.ac @@ -134,16 +134,18 @@ dnl ############################################################################ dnl # Release 1.6.6: dnl # "current:revision:age" dnl # +dnl # - Code has changed in threadutil +dnl # revision: 2 -> 3 dnl # - Code has changed in upnp dnl # revision: 4 -> 5 dnl # dnl #AC_SUBST([LT_VERSION_IXML], [2:4:0]) -dnl #AC_SUBST([LT_VERSION_THREADUTIL], [4:2:2]) +dnl #AC_SUBST([LT_VERSION_THREADUTIL], [4:3:2]) dnl #AC_SUBST([LT_VERSION_UPNP], [3:5:0]) dnl # dnl ############################################################################ AC_SUBST([LT_VERSION_IXML], [2:4:0]) -AC_SUBST([LT_VERSION_THREADUTIL], [4:2:2]) +AC_SUBST([LT_VERSION_THREADUTIL], [4:3:2]) AC_SUBST([LT_VERSION_UPNP], [3:5:0]) dnl ############################################################################ dnl # Repeating the algorithm to place it closer to the modificatin place: