[cpp-xmltooling] branch main updated: Bump patch revision for Windows.
Codeberg
noreply at shibboleth.net
Mon Dec 15 13:47:58 UTC 2025
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/13cd58a4b0a927e06abd565ea25ed48cbfe2783d
The following commit(s) were added to refs/heads/main by this push:
new 13cd58a Bump patch revision for Windows.
13cd58a is described below
commit 13cd58a4b0a927e06abd565ea25ed48cbfe2783d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 15 08:47:44 2025 -0500
Bump patch revision for Windows.
---
.gitignore | 1 +
xmltooling/xmltooling.rc | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index 63d8553..c5311c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,6 +59,7 @@ xmltooling-lite-Release
/*.gz
/*.zip
/*.bz2
+/*.asc
/ipch
/build-aux
/build
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index 3678065..4092e6c 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,0
- PRODUCTVERSION 3,3,0,0
+ FILEVERSION 3,3,0,1
+ PRODUCTVERSION 3,3,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "3, 3, 0, 0\0"
+ VALUE "FileVersion", "3, 3, 0, 1\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-2024 Various\0"
+ VALUE "LegalCopyright", "Copyright 2001-2025 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, 0\0"
+ VALUE "ProductVersion", "3, 3, 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