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

index 75de698..c349a4f 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ([2.50])
-AC_INIT([shibboleth], [2.0], [shibboleth-users@internet2.edu], [shibboleth])
+AC_INIT([shibboleth], [2.1], [shibboleth-users@internet2.edu], [shibboleth])
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([shibboleth],[2.0])
+AM_INIT_AUTOMAKE([shibboleth],[2.1])
 
 sinclude(doxygen.m4)
 sinclude(acx_pthread.m4)
index 17ab6e3..8836d4a 100644 (file)
@@ -39,7 +39,7 @@
 
 #define SHIBSP_VERSION_MAJOR 1
 #define SHIBSP_VERSION_MINOR 0
-#define SHIBSP_VERSION_REVISION 0
+#define SHIBSP_VERSION_REVISION 1
 
 /** DO NOT MODIFY BELOW THIS LINE */