From 734e9054cbc7d2fb5a2be3c811d6f7bd9537805b Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 8 Dec 2009 09:19:19 +0000 Subject: Upgrade version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 46e86cc4..1d70b39e 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.2.2, lasso-devel@lists.labs.libre-entreprise.org) +AC_INIT([lasso], 2.3.0, lasso-devel@lists.labs.libre-entreprise.org) dnl Check if autoconf ver > 2.53 AC_PREREQ(2.53) AC_CONFIG_MACRO_DIR([m4]) -- cgit