[cpp-xml-security] branch main updated: Bump patch version for Windows build.

Codeberg noreply at shibboleth.net
Thu Aug 13 18:40:22 UTC 2026


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/ea1a7f733972b53411f31b47d05e8ececc7c3f18

The following commit(s) were added to refs/heads/main by this push:
     new ea1a7f73 Bump patch version for Windows build.
ea1a7f73 is described below

commit ea1a7f733972b53411f31b47d05e8ececc7c3f18
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Aug 13 14:40:10 2026 -0400

    Bump patch version for Windows build.
---
 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 a1c328ee..1cef0ce6 100644
--- a/xsec/framework/version.rc
+++ b/xsec/framework/version.rc
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,0,0,1
- PRODUCTVERSION 3,0,0,1
+ FILEVERSION 3,0,0,2
+ PRODUCTVERSION 3,0,0,2
  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, 1\0"
+            VALUE "FileVersion", "3, 0, 0, 2\0"
 #ifdef _DEBUG
             VALUE "InternalName", "xsec_3_0D\0"
 #else
             VALUE "InternalName", "xsec_3_0\0"
 #endif
-            VALUE "LegalCopyright", "Copyright � 2002-2025 Various\0"
+            VALUE "LegalCopyright", "Copyright � 2002-2026 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, 1\0"
+            VALUE "ProductVersion", "3, 0, 0, 2\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