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.
This commit is contained in:
Benjamin Dauvergne 2010-09-07 18:43:22 +02:00
parent 61dd8b7eb9
commit fb23db3ca6
1 changed files with 1 additions and 1 deletions

View File

@ -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.