diff options
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | fedora/lasso.spec | 2 | ||||
| -rw-r--r-- | lasso.doap | 16 |
3 files changed, 17 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index afbdce6d..7f7e798e 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.2.1, lasso-devel@lists.labs.libre-entreprise.org) +AC_INIT([Liberty Alliance Single Sign On], 2.2.2, lasso-devel@lists.labs.libre-entreprise.org) dnl Check if autoconf ver > 2.53 AC_PREREQ(2.53) dnl Perform only subset commands and variable relevant to the host type. @@ -27,7 +27,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.2.1) +AM_INIT_AUTOMAKE(lasso, 2.2.2) dnl Create rules to automaticaly regenerate the config header. AM_CONFIG_HEADER([config.h lasso/lasso_config.h]) dnl Add --enable-maintainer-mode option to configure. diff --git a/fedora/lasso.spec b/fedora/lasso.spec index 645d4240..7ebf761f 100644 --- a/fedora/lasso.spec +++ b/fedora/lasso.spec @@ -13,7 +13,7 @@ Summary: Liberty Alliance Single Sign On Name: lasso -Version: 2.2.1 +Version: 2.2.2 Release: 2%{?dist} License: GPL Group: System Environment/Libraries @@ -32,6 +32,12 @@ <foaf:mbox rdf:resource="mailto:fpeters@entrouvert.com"/> </foaf:Person> </maintainer> + <developer> + <foaf:Person> + <foaf:name>Benjamin Dauvergne</foaf:name> + <foaf:mbox rdf:resource="mailto:bdauvergne@entrouvert.com"/> + </foaf:Person> + </developer> <repository> <SVNRepository> <location rdf:resource="svn://labs.libre-entreprise.org/svnroot/lasso" /> @@ -40,13 +46,19 @@ </repository> <release> <Version> - <created>2009-07-22</created> + <created>2009-03-27</created> + <revision>2.2.2</revision> + </Version> + </release> + <release> + <Version> + <created>2008-07-22</created> <revision>2.2.1</revision> </Version> </release> <release> <Version> - <created>2009-05-28</created> + <created>2008-05-28</created> <revision>2.2.0</revision> </Version> </release> |
