[cpp-opensaml] branch main updated: Rev fourth Windows digit for rebuild.
Scott Cantor
cantor.2 at osu.edu
Tue Nov 1 16:59:34 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=74eba0162081db6837085831f3a937b0777446b6
The following commit(s) were added to refs/heads/main by this push:
new 74eba01 Rev fourth Windows digit for rebuild.
74eba01 is described below
commit 74eba0162081db6837085831f3a937b0777446b6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 1 12:59:30 2022 -0400
Rev fourth Windows digit for rebuild.
---
saml/saml.rc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/saml/saml.rc b/saml/saml.rc
index b80e28c..a4c967c 100644
--- a/saml/saml.rc
+++ b/saml/saml.rc
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,1,0
+ FILEVERSION 3,2,1,1
PRODUCTVERSION 3,2,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@@ -47,13 +47,13 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Library\0"
- VALUE "FileVersion", "3, 2, 1, 0\0"
+ VALUE "FileVersion", "3, 2, 1, 1\0"
#ifdef _DEBUG
VALUE "InternalName", "saml3_2D\0"
#else
VALUE "InternalName", "saml3_2\0"
#endif
- VALUE "LegalCopyright", "Copyright 2021 Various\0"
+ VALUE "LegalCopyright", "Copyright 2022 Various\0"
VALUE "LegalTrademarks", "\0"
#ifdef _DEBUG
VALUE "OriginalFilename", "saml3_2D.dll\0"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list