summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-02-22 11:20:17 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-02-22 11:20:17 +0000
commitd5992dcff1965b4d081efe49696ab505161ff465 (patch)
tree045744938eb80e56320798ce0b522cc2c9bdf725 /configure.ac
parenta6ea70b1be9e8375729bbf2f6ac725add0026842 (diff)
downloadlasso-d5992dcff1965b4d081efe49696ab505161ff465.tar.gz
lasso-d5992dcff1965b4d081efe49696ab505161ff465.tar.xz
lasso-d5992dcff1965b4d081efe49696ab505161ff465.zip
told about 0.6.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 bcee67bf..a352cf27 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.6.0, lasso-devel@lists.labs.libre-entreprise.org)
+AC_INIT([Liberty Alliance Single Sign On], 0.6.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.6.0)
+AM_INIT_AUTOMAKE(lasso, 0.6.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.
@@ -176,7 +176,7 @@ dnl - interfaces removed -> AGE = 0
# m = a
# r = r
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
-LASSO_VERSION_INFO="3:0:0"
+LASSO_VERSION_INFO="4:1:1"
AC_SUBST(LASSO_VERSION_INFO)
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.