[cpp-sp] branch maint-3 updated: Bump patch version.
Scott Cantor
cantor.2 at osu.edu
Fri Aug 29 14:47:37 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=c46c2b63028c53edfc585c6e40d2a34920cea388
The following commit(s) were added to refs/heads/maint-3 by this push:
new c46c2b63 Bump patch version.
c46c2b63 is described below
commit c46c2b63028c53edfc585c6e40d2a34920cea388
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Aug 29 10:47:34 2025 -0400
Bump patch version.
---
.gitignore | 2 ++
config_win32.h | 6 +++---
configure.ac | 2 +-
shibsp/shibsp.rc | 6 +++---
util/resourceCommon.rci | 8 ++++----
5 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index 4f55bdd2..6ca5bb81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,6 +84,8 @@ x64
/configs/shibd-*
/configs/*.logger
/doc/api
+/fastcgi/shibauthorizer
+/fastcgi/shibresponder
/m4/ltversion.m4
/m4/ltoptions.m4
/m4/lt~obsolete.m4
diff --git a/config_win32.h b/config_win32.h
index 9c9da5fb..d484b641 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -121,13 +121,13 @@
#define PACKAGE_NAME "shibboleth"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth 3.5.0"
+#define PACKAGE_STRING "shibboleth 3.5.1"
/* 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 "3.5.0"
+#define PACKAGE_VERSION "3.5.1"
/* Define to the necessary symbol if this constant uses a non-standard name on
your system. */
@@ -140,7 +140,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "3.5.0"
+#define VERSION "3.5.1"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
diff --git a/configure.ac b/configure.ac
index 1cfd7511..f278efaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.50])
-AC_INIT([shibboleth],[3.5.0],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
+AC_INIT([shibboleth],[3.5.1],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
AC_CONFIG_SRCDIR(shibsp)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(m4)
diff --git a/shibsp/shibsp.rc b/shibsp/shibsp.rc
index 773518ca..2a747b94 100644
--- a/shibsp/shibsp.rc
+++ b/shibsp/shibsp.rc
@@ -64,7 +64,7 @@ BEGIN
VALUE "InternalName", "shibsp3_5\0"
#endif
#endif
- VALUE "LegalCopyright", "Copyright 2001-2024 Various\0"
+ VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
VALUE "LegalTrademarks", "\0"
#ifdef SHIBSP_LITE
#ifdef _DEBUG
@@ -80,8 +80,8 @@ BEGIN
#endif
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 3.5.0\0"
- VALUE "ProductVersion", "3, 5, 0, 0\0"
+ VALUE "ProductName", "Shibboleth 3.5.1\0"
+ VALUE "ProductVersion", "3, 5, 1, 0\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index 6d067d08..cbd8be03 100644
--- a/util/resourceCommon.rci
+++ b/util/resourceCommon.rci
@@ -1,10 +1,10 @@
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
- VALUE "FileVersion", "3,5,0,0\0"
- VALUE "LegalCopyright", "Copyright 2001-2024 Various\0"
+ VALUE "FileVersion", "3,5,1,0\0"
+ VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
VALUE "LegalTrademarks", "\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 3.5.0\0"
- VALUE "ProductVersion", "3, 5, 0, 0\0"
+ VALUE "ProductName", "Shibboleth 3.5.1\0"
+ VALUE "ProductVersion", "3, 5, 1, 0\0"
VALUE "SpecialBuild", "\0"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list