[cpp-xmltooling] branch main updated: Prepare for OpenSSL 3.0.0
Rod Widdowson
rdw at steadingsoftware.com
Thu Oct 21 16:19:17 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw 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=3c7545c0702bb25ead083e6c905e317d9a1bb6c2
The following commit(s) were added to refs/heads/main by this push:
new 3c7545c Prepare for OpenSSL 3.0.0
3c7545c is described below
commit 3c7545c0702bb25ead083e6c905e317d9a1bb6c2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Oct 20 20:08:02 2021 +0100
Prepare for OpenSSL 3.0.0
Even though our ABI hasn't changes our dependecies have, so
we need to force a version change (4th digit).
---
xmltooling/xmltooling.rc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index cb2bd39..e8968d3 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,0,0
- PRODUCTVERSION 3,2,0,0
+ FILEVERSION 3,2,0,1
+ PRODUCTVERSION 3,2,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -51,7 +51,7 @@ BEGIN
#else
VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
#endif
- VALUE "FileVersion", "3, 2, 0, 0\0"
+ VALUE "FileVersion", "3, 2, 0, 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.0\0"
- VALUE "ProductVersion", "3, 2, 0, 0\0"
+ VALUE "ProductVersion", "3, 2, 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