Up library versions.
authorScott Cantor <cantor.2@osu.edu>
Sun, 16 Sep 2007 04:06:31 +0000 (04:06 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 16 Sep 2007 04:06:31 +0000 (04:06 +0000)
shib-target/Makefile.am
shib/Makefile.am

index 0052e58..6c14b52 100644 (file)
@@ -35,7 +35,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 5:0:0
+libshib_target_la_LDFLAGS = -version-info 5:1:1
 
 
 
index 6dd7b7c..24454f5 100644 (file)
@@ -22,10 +22,9 @@ libshib_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshib_la_LDFLAGS = -version-info 6:0:0
+libshib_la_LDFLAGS = -version-info 6:1:1
 
 install-exec-hook:
        for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done
 
 EXTRA_DIST = shib.dsp shib-threads-win32.cpp resource.h shib.rc
-