Update version headers and autoconf scripts.
authorScott Cantor <cantor.2@osu.edu>
Wed, 4 Jun 2008 17:11:20 +0000 (17:11 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 4 Jun 2008 17:11:20 +0000 (17:11 +0000)
configure.ac
xmltooling/version.h

index a2683a7..e17b5df 100644 (file)
@@ -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)
index 2489800..48ad3ca 100644 (file)
@@ -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 */