summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-12-21 17:44:38 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-12-21 17:44:38 +0100
commitfb37b807a72e1a44ed338215cf0fb7c9199eab80 (patch)
tree313b8b5391057f3bef28da3307798298c7396d6c /configure.ac
parentcfd58003fa315193b512aeb8b2a78431b35100dd (diff)
downloadlasso-fb37b807a72e1a44ed338215cf0fb7c9199eab80.tar.gz
lasso-fb37b807a72e1a44ed338215cf0fb7c9199eab80.tar.xz
lasso-fb37b807a72e1a44ed338215cf0fb7c9199eab80.zip
[configure.ac] increment version and libtool version info
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1ccb4146..526df6d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl - Second number is the number of supported API versions where API version >
dnl first number.
dnl - Third number is the current API version implementation version number.
dnl See libtool explanations about current, age and release, later in this file.
-AC_INIT([lasso], 2.3.4, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([lasso], 2.3.5, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
AC_CONFIG_MACRO_DIR([m4])
@@ -184,7 +184,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
-LASSO_VERSION_INFO="12:2:9"
+LASSO_VERSION_INFO="12:3:9"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.