From: Scott Cantor Date: Wed, 20 Nov 2013 19:51:18 +0000 (+0000) Subject: Version bump X-Git-Tag: 2.5.3~10 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=53995a97360e7b8323556aa41d2f45dd21442c37 Version bump --- diff --git a/config_win32.h b/config_win32.h index 2741a03..4aed6dc 100644 --- a/config_win32.h +++ b/config_win32.h @@ -135,13 +135,13 @@ #define PACKAGE_NAME "shibboleth" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "shibboleth 2.5.2" +#define PACKAGE_STRING "shibboleth 2.5.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "shibboleth-sp" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.5.2" +#define PACKAGE_VERSION "2.5.3" /* Define to the necessary symbol if this constant uses a non-standard name on your system. */ @@ -154,7 +154,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "2.5.2" +#define VERSION "2.5.3" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure.ac b/configure.ac index fbc4a8b..6c71412 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([shibboleth],[2.5.2],[https://issues.shibboleth.net/],[shibboleth-sp]) +AC_INIT([shibboleth],[2.5.3],[https://issues.shibboleth.net/],[shibboleth-sp]) AC_CONFIG_SRCDIR(shibsp) AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_MACRO_DIR(m4) diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am index 6592e72..207cf6b 100644 --- a/shibsp/Makefile.am +++ b/shibsp/Makefile.am @@ -215,11 +215,11 @@ libshibsp_la_SOURCES = \ attribute/resolver/impl/ChainingAttributeResolver.cpp \ attribute/resolver/impl/QueryAttributeResolver.cpp \ attribute/resolver/impl/SimpleAggregationAttributeResolver.cpp \ - attribute/resolver/impl/AssertionAttributeExtractor.cpp \ + attribute/resolver/impl/AssertionAttributeExtractor.cpp \ attribute/resolver/impl/ChainingAttributeExtractor.cpp \ attribute/resolver/impl/DelegationAttributeExtractor.cpp \ attribute/resolver/impl/KeyDescriptorAttributeExtractor.cpp \ - attribute/resolver/impl/MetadataAttributeExtractor.cpp \ + attribute/resolver/impl/MetadataAttributeExtractor.cpp \ attribute/resolver/impl/XMLAttributeExtractor.cpp \ binding/impl/ArtifactResolver.cpp \ binding/impl/SOAPClient.cpp \ @@ -234,9 +234,9 @@ libshibsp_la_SOURCES = \ # this is different from the project version # http://sources.redhat.com/autobook/autobook/autobook_91.html -libshibsp_la_LDFLAGS = -version-info 6:2:0 +libshibsp_la_LDFLAGS = -version-info 6:3:0 libshibsp_la_LIBADD = $(XMLSEC_LIBS) -libshibsp_lite_la_LDFLAGS = -version-info 6:2:0 +libshibsp_lite_la_LDFLAGS = -version-info 6:3:0 libshibsp_lite_la_LIBADD = $(LITE_LIBS) libshibsp_lite_la_CPPFLAGS = -DSHIBSP_LITE diff --git a/shibsp/version.h b/shibsp/version.h index 193ca5d..cdd9dfa 100644 --- a/shibsp/version.h +++ b/shibsp/version.h @@ -44,7 +44,7 @@ #define SHIBSP_VERSION_MAJOR 1 #define SHIBSP_VERSION_MINOR 5 -#define SHIBSP_VERSION_REVISION 2 +#define SHIBSP_VERSION_REVISION 3 /** DO NOT MODIFY BELOW THIS LINE */