[configure.ac] increment release version and libtool version info

This commit is contained in:
Benjamin Dauvergne 2010-09-09 16:29:46 +02:00
parent 51d5d4d3e3
commit 511dd3da9e
1 changed files with 2 additions and 2 deletions

View File

@ -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.2, lasso-devel@lists.labs.libre-entreprise.org)
AC_INIT([lasso], 2.3.3, 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:0:9"
LASSO_VERSION_INFO="12:1:9"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.