[cpp-opensaml] branch main updated: Bump patch revision for Windows.
Codeberg
noreply at shibboleth.net
Thu Aug 13 18:30:44 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-opensaml.
View the commit online:
https://codeberg.org/Shibboleth/cpp-opensaml/commit/462b87babdc850b50d3a5796ece4e48db7875e82
The following commit(s) were added to refs/heads/main by this push:
new 462b87b Bump patch revision for Windows.
462b87b is described below
commit 462b87babdc850b50d3a5796ece4e48db7875e82
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Aug 13 14:30:31 2026 -0400
Bump patch revision for Windows.
---
saml/saml.rc | 10 +++++-----
samlsign/samlsign.rc | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/saml/saml.rc b/saml/saml.rc
index 518da34..a367736 100644
--- a/saml/saml.rc
+++ b/saml/saml.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,3,1,2
- PRODUCTVERSION 3,3,1,2
+ FILEVERSION 3,3,1,3
+ PRODUCTVERSION 3,3,1,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,13 +47,13 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Library\0"
- VALUE "FileVersion", "3, 3, 1, 2\0"
+ VALUE "FileVersion", "3, 3, 1, 3\0"
#ifdef _DEBUG
VALUE "InternalName", "saml3_3D\0"
#else
VALUE "InternalName", "saml3_3\0"
#endif
- VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
+ VALUE "LegalCopyright", "Copyright 2001-2026 Various\0"
VALUE "LegalTrademarks", "\0"
#ifdef _DEBUG
VALUE "OriginalFilename", "saml3_3.dll\0"
@@ -62,7 +62,7 @@ BEGIN
#endif
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenSAML 3.3.1\0"
- VALUE "ProductVersion", "3, 3, 1, 2\0"
+ VALUE "ProductVersion", "3, 3, 1, 3\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/samlsign/samlsign.rc b/samlsign/samlsign.rc
index 7db96f5..2d55adb 100644
--- a/samlsign/samlsign.rc
+++ b/samlsign/samlsign.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,3,1,2
- PRODUCTVERSION 3,3,1,2
+ FILEVERSION 3,3,1,3
+ PRODUCTVERSION 3,3,1,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,14 +47,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Signature Utility\0"
- VALUE "FileVersion", "3, 3, 1, 2\0"
+ VALUE "FileVersion", "3, 3, 1, 3\0"
VALUE "InternalName", "samlsign\0"
- VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
+ VALUE "LegalCopyright", "Copyright 2001-2026 Various\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "samlsign.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenSAML 3.3.1\0"
- VALUE "ProductVersion", "3, 3, 1, 2\0"
+ VALUE "ProductVersion", "3, 3, 1, 3\0"
VALUE "SpecialBuild", "\0"
END
END
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list