summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2007-08-21 11:21:44 +0000
committerFrederic Peters <fpeters@entrouvert.com>2007-08-21 11:21:44 +0000
commitf49577c5510fbea56b542817607412644f8b5578 (patch)
treeda25314d97995a8d0420ecf7775c42ea8ff4b764 /configure.ac
parent40ea071da2bc4565b028b260ace5e5a84ecba4a2 (diff)
downloadlasso-f49577c5510fbea56b542817607412644f8b5578.tar.gz
lasso-f49577c5510fbea56b542817607412644f8b5578.tar.xz
lasso-f49577c5510fbea56b542817607412644f8b5578.zip
bumped to 2.1.1
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 6dcd3321..afb4ac22 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.0.0, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([Liberty Alliance Single Sign On], 2.1.1, lasso-devel@lists.labs.libre-entreprise.org)
dnl Check if autoconf ver > 2.53
AC_PREREQ(2.53)
dnl Check existence of a relative pathed source file.
@@ -24,7 +24,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.0)
+AM_INIT_AUTOMAKE(lasso, 2.1.1)
dnl Create rules to automaticaly regenerate the config header.
AM_CONFIG_HEADER(lasso/lasso_config.h)
dnl Add --enable-maintainer-mode option to configure.
@@ -161,7 +161,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
-LASSO_VERSION_INFO="8:0:5"
+LASSO_VERSION_INFO="8:1:5"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.