summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-07 18:43:22 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-07 19:02:46 +0200
commitfb23db3ca635d49e062e40a1994e0e738ffd5ff5 (patch)
treea85c0e227495818ed217d801721008d0a1825497
parent61dd8b7eb9989116467b4011342adbdbc4c3f002 (diff)
downloadlasso-fb23db3ca635d49e062e40a1994e0e738ffd5ff5.tar.gz
lasso-fb23db3ca635d49e062e40a1994e0e738ffd5ff5.tar.xz
lasso-fb23db3ca635d49e062e40a1994e0e738ffd5ff5.zip
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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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.