From 881c1063aa321f5720daa17e719cb8d3bba89ad3 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 4 Jun 2008 17:11:29 +0000 Subject: [PATCH 1/1] Update version headers and autoconf scripts. --- configure.ac | 4 ++-- saml/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.1.4