From: Scott Cantor Date: Wed, 4 Jun 2008 17:11:20 +0000 (+0000) Subject: Update version headers and autoconf scripts. X-Git-Tag: 1.1.0~18 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=c8596b03edf58f773ef411f3e983afd440e5c60d Update version headers and autoconf scripts. --- diff --git a/configure.ac b/configure.ac index a2683a7..e17b5df 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.50]) -AC_INIT([xmltooling], [1.0], [mace-opensaml-users@internet2.edu], [xmltooling]) +AC_INIT([xmltooling], [1.0.1], [mace-opensaml-users@internet2.edu], [xmltooling]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(xmltooling/config_pub.h) -AM_INIT_AUTOMAKE([xmltooling], [1.0]) +AM_INIT_AUTOMAKE([xmltooling], [1.0.1]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/xmltooling/version.h b/xmltooling/version.h index 2489800..48ad3ca 100644 --- a/xmltooling/version.h +++ b/xmltooling/version.h @@ -39,7 +39,7 @@ #define XMLTOOLING_VERSION_MAJOR 1 #define XMLTOOLING_VERSION_MINOR 0 -#define XMLTOOLING_VERSION_REVISION 0 +#define XMLTOOLING_VERSION_REVISION 1 /** DO NOT MODIFY BELOW THIS LINE */