[cpp-opensaml] branch master updated: Rev file patch version for sanity.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 11 14:36:08 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=6ec28dbb558b6c947a990b4ae6c3baffc3723201
The following commit(s) were added to refs/heads/master by this push:
new 6ec28db Rev file patch version for sanity.
6ec28db is described below
commit 6ec28dbb558b6c947a990b4ae6c3baffc3723201
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 11 14:36:01 2018 -0400
Rev file patch version for sanity.
---
saml/saml.rc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/saml/saml.rc b/saml/saml.rc
index 1ff4c00..ed74079 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,0,0,0
+ FILEVERSION 3,0,0,1
PRODUCTVERSION 3,0,0,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, 0, 0, 0\0"
+ VALUE "FileVersion", "3, 0, 0, 1\0"
#ifdef _DEBUG
VALUE "InternalName", "saml3_0D\0"
#else
VALUE "InternalName", "saml3_0\0"
#endif
- VALUE "LegalCopyright", "Copyright � 2017 UCAID\0"
+ VALUE "LegalCopyright", "Copyright � 2018 UCAID\0"
VALUE "LegalTrademarks", "\0"
#ifdef _DEBUG
VALUE "OriginalFilename", "saml3_0D.dll\0"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list