From 6cd1f111547a3aee2e080702430c0078371cb7ea Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Tue, 29 Jan 2013 12:04:00 -0200 Subject: [PATCH] Adjust the library numbers for release. --- configure.ac | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 74e1fc3..990381f 100644 --- a/configure.ac +++ b/configure.ac @@ -316,16 +316,21 @@ dnl ############################################################################ dnl # Release 1.6.18: dnl # "current:revision:age" 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 #AC_SUBST([LT_VERSION_IXML], [::]) -dnl #AC_SUBST([LT_VERSION_THREADUTIL], [::]) -dnl #AC_SUBST([LT_VERSION_UPNP], [::]) +dnl #AC_SUBST([LT_VERSION_IXML], [2:8:0]) +dnl #AC_SUBST([LT_VERSION_THREADUTIL], [6:3:0]) +dnl #AC_SUBST([LT_VERSION_UPNP], [9:2:3]) dnl # dnl ############################################################################ -AC_SUBST([LT_VERSION_IXML], [2:7:0]) -AC_SUBST([LT_VERSION_THREADUTIL], [6:2:0]) -AC_SUBST([LT_VERSION_UPNP], [9:1:3]) +AC_SUBST([LT_VERSION_IXML], [2:8:0]) +AC_SUBST([LT_VERSION_THREADUTIL], [6:3:0]) +AC_SUBST([LT_VERSION_UPNP], [9:2:3]) dnl ############################################################################ dnl # Repeating the algorithm to place it closer to the modificatin place: dnl # - library code modified: revision++