diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-02 14:56:31 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-02 14:56:31 +0000 |
| commit | 9ed58480abfe3368e131e23c99e9c490905a37dc (patch) | |
| tree | ba1ffb202fe9e408aa3a704998f310e97f2ae90d | |
| parent | 05577f56728d3fbae3f484e37e1202d6676b38e2 (diff) | |
updated version to 0.5.9 and libtool version to 3.0.0
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 656c1040..e50ec5f5 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.1, lasso-devel@lists.labs.libre-entreprise.org) +AC_INIT([Liberty Alliance Single Sign On], 0.5.9, 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.1) +AM_INIT_AUTOMAKE(lasso, 0.5.9) dnl Create rules to automaticaly regenerate the config header. AM_CONFIG_HEADER(lasso/lasso_config.h) dnl Add --enable-maintainer-mode option to configure. @@ -163,7 +163,7 @@ dnl - interfaces removed -> AGE = 0 # m = a # r = r current=`expr $VERSION_MAJOR + $VERSION_MINOR` -LASSO_VERSION_INFO="1:1:0" +LASSO_VERSION_INFO="3:0:0" AC_SUBST(LASSO_VERSION_INFO) dnl ========================================================================== |
