summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-09-07 14:06:17 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-09-07 14:06:17 +0000
commit49bf572857505bab5742627741c764064012cf56 (patch)
tree752cfe184e8071b87b5cc54c2e775a59ab42a100
parent4ba23fe9a8a30103ab45fd723d23b2f91cf7d115 (diff)
downloadlasso-49bf572857505bab5742627741c764064012cf56.tar.gz
lasso-49bf572857505bab5742627741c764064012cf56.tar.xz
lasso-49bf572857505bab5742627741c764064012cf56.zip
Now 0.4.1 and 1:1:0.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 360aced8..3f45a9a9 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.4.0, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([Liberty Alliance Single Sign On], 0.4.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, 0.4.0)
+AM_INIT_AUTOMAKE(lasso, 0.4.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.
@@ -159,7 +159,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
-LASSO_VERSION_INFO="1:0:1"
+LASSO_VERSION_INFO="1:1:0"
AC_SUBST(LASSO_VERSION_INFO)
dnl ==========================================================================