summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-05-27 16:58:52 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-05-27 16:58:52 +0000
commite5f5ad4c864be0061125a9004decfcf3eca75a5b (patch)
tree622f3b9b4eb100c477bc5879072ee18a69cc0c24 /configure.ac
parent3158d849685ef18f97013fe97f14e1d589ab7d68 (diff)
downloadlasso-e5f5ad4c864be0061125a9004decfcf3eca75a5b.tar.gz
lasso-e5f5ad4c864be0061125a9004decfcf3eca75a5b.tar.xz
lasso-e5f5ad4c864be0061125a9004decfcf3eca75a5b.zip
2.0.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3f6da14b..988ff0b2 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([Liberty Alliance Single Sign On], 2.1.98, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([Liberty Alliance Single Sign On], 2.2.0, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
dnl Perform only subset commands and variable relevant to the host type.
@@ -27,7 +27,7 @@ dnl Copy stamp REVISIO-INFO in the configure script.
AC_REVISION($Revision$)
dnl Run many macros mostly needed by configure.ac.
-AM_INIT_AUTOMAKE(lasso, 2.1.98)
+AM_INIT_AUTOMAKE(lasso, 2.2.0)
dnl Create rules to automaticaly regenerate the config header.
AM_CONFIG_HEADER(lasso/lasso_config.h)
dnl Add --enable-maintainer-mode option to configure.
@@ -178,7 +178,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
-LASSO_VERSION_INFO="9:0:6"
+LASSO_VERSION_INFO="10:0:7"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.