Version bump.
[shibboleth/cpp-opensaml.git] / saml / Makefile.am
index 09daad3..fc4c9ed 100644 (file)
@@ -84,7 +84,6 @@ saml2bindinclude_HEADERS = \
        
 saml2mdinclude_HEADERS = \
        saml2/metadata/AbstractMetadataProvider.h \
-       saml2/metadata/ChainingMetadataProvider.h \
        saml2/metadata/DynamicMetadataProvider.h \
        saml2/metadata/EndpointManager.h \
        saml2/metadata/Metadata.h \
@@ -181,7 +180,7 @@ libsaml_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libsaml_la_LDFLAGS = -version-info 4:0:0
+libsaml_la_LDFLAGS = -version-info 4:1:0
 
 install-exec-hook:
        for la in $(lib_LTLIBRARIES) ; do rm -f $(DESTDIR)$(libdir)/$$la ; done