Upped revision
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 27 Jun 2003 21:43:15 +0000 (21:43 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 27 Jun 2003 21:43:15 +0000 (21:43 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@562 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac
shib/Makefile.am

index 1244ded..76a04e4 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ([2.50])
-AC_INIT([shibboleth], [1.0], [mace-shib-users@internet2.edu], [shibboleth])
+AC_INIT([shibboleth], [1.0.1], [mace-shib-users@internet2.edu], [shibboleth])
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(shibboleth, 1.0)
+AM_INIT_AUTOMAKE(shibboleth, 1.0.1)
 
 sinclude(acx_pthread.m4)
 sinclude(acx_rpctest.m4)
index 5365cd7..445fe7e 100644 (file)
@@ -9,7 +9,7 @@ libshib_HEADERS = shib.h shib-threads.h
 noinst_HEADERS = internal.h
 
 libshib_la_SOURCES = \
-                                       AAP.cpp \
+                    AAP.cpp \
                     ClubShibPOSTProfile.cpp \
                     Constants.cpp \
                     Metadata.cpp \
@@ -27,4 +27,4 @@ libshib_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshib_la_LDFLAGS = -version-info 3:0:0
+libshib_la_LDFLAGS = -version-info 4:0:0