[cpp-xmltooling] branch main updated: Bump patch revision for Windows.
Codeberg
noreply at shibboleth.net
Thu Aug 13 18:28:09 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-xmltooling.
View the commit online:
https://codeberg.org/Shibboleth/cpp-xmltooling/commit/d9621a713aeb73ef1120ab65836e4508c15c3afc
The following commit(s) were added to refs/heads/main by this push:
new d9621a7 Bump patch revision for Windows.
d9621a7 is described below
commit d9621a713aeb73ef1120ab65836e4508c15c3afc
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Aug 13 14:27:59 2026 -0400
Bump patch revision for Windows.
---
xmltooling/xmltooling.rc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index 4092e6c..57c088e 100644
--- a/xmltooling/xmltooling.rc
+++ b/xmltooling/xmltooling.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,3,0,1
- PRODUCTVERSION 3,3,0,1
+ FILEVERSION 3,3,0,2
+ PRODUCTVERSION 3,3,0,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "3, 3, 0, 1\0"
+ VALUE "FileVersion", "3, 3, 0, 2\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
VALUE "InternalName", "xmltooling-lite3_3D\0"
@@ -65,7 +65,7 @@ BEGIN
VALUE "InternalName", "xmltooling3_3\0"
#endif
#endif
- VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
+ VALUE "LegalCopyright", "Copyright 2001-2026 Various\0"
VALUE "LegalTrademarks", "\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
@@ -82,7 +82,7 @@ BEGIN
#endif
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenSAML 3.3.0\0"
- VALUE "ProductVersion", "3, 3, 0, 1\0"
+ VALUE "ProductVersion", "3, 3, 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