[cpp-xml-security] branch main updated: Bump patch version for rebuild.
Codeberg
noreply at shibboleth.net
Mon Dec 15 14:26:23 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-xml-security.
View the commit online:
https://codeberg.org/Shibboleth/cpp-xml-security/commit/44985bbb37bb26fab0c88443a2dde6dc5d7cbabd
The following commit(s) were added to refs/heads/main by this push:
new 44985bbb Bump patch version for rebuild.
44985bbb is described below
commit 44985bbb37bb26fab0c88443a2dde6dc5d7cbabd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 15 09:26:13 2025 -0500
Bump patch version for rebuild.
---
xsec/framework/version.rc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/xsec/framework/version.rc b/xsec/framework/version.rc
index 45b0a7d3..a1c328ee 100644
--- a/xsec/framework/version.rc
+++ b/xsec/framework/version.rc
@@ -54,8 +54,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,0,0,0
- PRODUCTVERSION 3,0,0,0
+ FILEVERSION 3,0,0,1
+ PRODUCTVERSION 3,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -73,13 +73,13 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "C++ XML Security Library\0"
- VALUE "FileVersion", "3, 0, 0, 0\0"
+ VALUE "FileVersion", "3, 0, 0, 1\0"
#ifdef _DEBUG
VALUE "InternalName", "xsec_3_0D\0"
#else
VALUE "InternalName", "xsec_3_0\0"
#endif
- VALUE "LegalCopyright", "Copyright � 2002-2024 Various\0"
+ VALUE "LegalCopyright", "Copyright � 2002-2025 Various\0"
VALUE "LegalTrademarks", "\0"
#ifdef _DEBUG
VALUE "OriginalFilename", "xsec_3_0D.dll\0"
@@ -88,7 +88,7 @@ BEGIN
#endif
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "C++ XML Security Library\0"
- VALUE "ProductVersion", "3, 0, 0, 0\0"
+ VALUE "ProductVersion", "3, 0, 0, 1\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