summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-07 19:10:48 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-09-07 19:10:48 +0200
commit5ef593cfdaba17b8d28a63d584694027451fb611 (patch)
tree6343c63da930850c779b6487f7134612e4c8a2a5
parentba2705bbd74321106887ba5d3c380ea5bc863148 (diff)
downloadlasso-5ef593cfdaba17b8d28a63d584694027451fb611.tar.gz
lasso-5ef593cfdaba17b8d28a63d584694027451fb611.tar.xz
lasso-5ef593cfdaba17b8d28a63d584694027451fb611.zip
Increment revision in version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b67f61f1..7089136e 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.1, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([lasso], 2.3.2, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
AC_CONFIG_MACRO_DIR([m4])