[liboobs] Bump soname to 5.0.0



commit e7f829ff7eba4f35a4d56c83c87876ee122f212c
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Sat Aug 21 15:33:31 2010 +0200

    Bump soname to 5.0.0
    
    Backwards compatibility was broken last cycle without bumping
    the soname (!). This cycle, backwards compatibility is kept, but
    rather than incrementing both current to 5 and age to 1, go
    directly to 5 and 0, so that we don't pretend being
    backwards-compatible with pre-2.30 once again.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 2bb5bbe..9841c83 100644
--- a/configure.in
+++ b/configure.in
@@ -24,7 +24,7 @@ AC_PROG_MAKE_SET
 #
 # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
 #
-LT_CURRENT=4
+LT_CURRENT=5
 LT_REVISION=0
 LT_AGE=0
 AC_SUBST(LT_CURRENT)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]