From: Scott Cantor Date: Wed, 4 Jun 2008 17:11:29 +0000 (+0000) Subject: Update version headers and autoconf scripts. X-Git-Tag: 2.1.0~22 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=881c1063aa321f5720daa17e719cb8d3bba89ad3 Update version headers and autoconf scripts. --- diff --git a/configure.ac b/configure.ac index cbb03e6..fa0852d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml], [2.0], [mace-opensaml-users@internet2.edu], [saml]) +AC_INIT([opensaml], [2.0.1], [mace-opensaml-users@internet2.edu], [saml]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([opensaml], [2.0]) +AM_INIT_AUTOMAKE([opensaml], [2.0.1]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/saml/version.h b/saml/version.h index fb81007..4a02f1c 100644 --- a/saml/version.h +++ b/saml/version.h @@ -39,7 +39,7 @@ #define OPENSAML_VERSION_MAJOR 2 #define OPENSAML_VERSION_MINOR 0 -#define OPENSAML_VERSION_REVISION 0 +#define OPENSAML_VERSION_REVISION 1 /** DO NOT MODIFY BELOW THIS LINE */