[cpp-xmltooling] branch main updated: Bump Windows patch version for curl update.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 4 14:45:11 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=98f37b3d74908521545b22890eb295cfd592e5f9
The following commit(s) were added to refs/heads/main by this push:
new 98f37b3 Bump Windows patch version for curl update.
98f37b3 is described below
commit 98f37b3d74908521545b22890eb295cfd592e5f9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 4 10:45:07 2023 -0400
Bump Windows patch version for curl update.
---
xmltooling/xmltooling.rc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index c37d57c..3d019f2 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,2,4,0
- PRODUCTVERSION 3,2,4,0
+ FILEVERSION 3,2,4,1
+ PRODUCTVERSION 3,2,4,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "3, 2, 4, 0\0"
+ VALUE "FileVersion", "3, 2, 4, 1\0"
#ifdef XMLTOOLING_LITE
#ifdef _DEBUG
VALUE "InternalName", "xmltooling-lite3_2D\0"
@@ -82,7 +82,7 @@ BEGIN
#endif
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenSAML 3.2.1\0"
- VALUE "ProductVersion", "3, 2, 1, 3\0"
+ VALUE "ProductVersion", "3, 2, 1, 4\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