updated pkg and lib version
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 4 Mar 2003 02:34:58 +0000 (02:34 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 4 Mar 2003 02:34:58 +0000 (02:34 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@328 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac
eduPerson/Makefile.am
shib-target/Makefile.am
shib/Makefile.am

index 1a516c1..439cab0 100644 (file)
@@ -1,9 +1,9 @@
 dnl $Id$ 
 
 AC_PREREQ([2.50])
-AC_INIT([shibboleth], [0.7], [mace-shib-users@internet2.edu], [shibboleth])
+AC_INIT([shibboleth], [0.8], [mace-shib-users@internet2.edu], [shibboleth])
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(shibboleth, 0.7)
+AM_INIT_AUTOMAKE(shibboleth, 0.8)
 
 sinclude(acx_pthread.m4)
 sinclude(acx_rpctest.m4)
index 30a4eb1..b00ae28 100644 (file)
@@ -22,5 +22,5 @@ libeduPerson_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libeduPerson_la_LDFLAGS = -version-info 1:0:0
+libeduPerson_la_LDFLAGS = -version-info 2:0:0
 
index 2b553c0..6fa23aa 100644 (file)
@@ -33,7 +33,7 @@ libshib_target_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshib_target_la_LDFLAGS = -version-info 1:0:0
+libshib_target_la_LDFLAGS = -version-info 2:0:0
 
 
 
index a7c858e..8df6584 100644 (file)
@@ -23,5 +23,5 @@ libshib_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshib_la_LDFLAGS = -version-info 1:0:0
+libshib_la_LDFLAGS = -version-info 2:0:0