summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-26 22:20:42 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-26 22:20:42 +0000
commit9a2420d1bc29b0a7c8a19bb910a43a8e5d5c9b68 (patch)
tree000579758a3ceb8ed540dfd17a425ed34a84c9f9 /configure.ac
parent4ae1ebbe5773694c7d876bca36577bbd9fda2ac1 (diff)
downloadlasso-9a2420d1bc29b0a7c8a19bb910a43a8e5d5c9b68.tar.gz
lasso-9a2420d1bc29b0a7c8a19bb910a43a8e5d5c9b68.tar.xz
lasso-9a2420d1bc29b0a7c8a19bb910a43a8e5d5c9b68.zip
prepare for 0.6.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 872d99ff..26355262 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], 0.5.9, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([Liberty Alliance Single Sign On], 0.6.0, 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, 0.5.9)
+AM_INIT_AUTOMAKE(lasso, 0.6.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.