From fb23db3ca635d49e062e40a1994e0e738ffd5ff5 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 7 Sep 2010 18:43:22 +0200 Subject: Fix lasso soname change If new interfaces are added, first and last number must be incremented. As new enumeration value have been added, this is the case. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 16713faf..b67f61f1 100644 --- a/configure.ac +++ b/configure.ac @@ -184,7 +184,7 @@ dnl - interfaces removed -> AGE = 0 # m = a # r = r current=`expr $VERSION_MAJOR + $VERSION_MINOR` -LASSO_VERSION_INFO="12:0:8" +LASSO_VERSION_INFO="12:0:9" AC_SUBST(LASSO_VERSION_INFO) dnl Compute the minimal supported ABI version for Win32 scripts and resources files. -- cgit