[cpp-sp] 02/06: Bump lib versions to ensure accurate updating/logging.
Codeberg
noreply at shibboleth.net
Wed Aug 12 19:20:04 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch maint-3
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/238f7611f477bdc1732c8e4571150fb9c12cf9ad
commit 238f7611f477bdc1732c8e4571150fb9c12cf9ad
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 3 08:54:18 2025 -0400
Bump lib versions to ensure accurate updating/logging.
---
shibsp/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index 09406d99..70d9d3ed 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -244,7 +244,7 @@ libshibsp_la_SOURCES = \
# this is different from the project version
# http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshibsp_la_LDFLAGS = -version-info 12:0:0
+libshibsp_la_LDFLAGS = -version-info 12:1:0
libshibsp_la_CXXFLAGS = \
$(AM_CXXFLAGS) \
$(BOOST_CPPFLAGS) \
@@ -263,7 +263,7 @@ libshibsp_la_LIBADD = \
$(xerces_LIBS) \
$(xmlsec_LIBS) \
$(xmltooling_LIBS)
-libshibsp_lite_la_LDFLAGS = -version-info 12:0:0
+libshibsp_lite_la_LDFLAGS = -version-info 12:1:0
libshibsp_lite_la_CXXFLAGS = -DSHIBSP_LITE \
$(AM_CXXFLAGS) \
$(BOOST_CPPFLAGS) \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list