[cpp-opensaml] branch master updated: Set fourth file version digit to signify rebuild.

Scott Cantor cantor.2 at osu.edu
Tue Feb 2 17:04:40 EST 2016


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-opensaml.

The following commit(s) were added to refs/heads/master by this push:
       new  3d299ff   Set fourth file version digit to signify rebuild.
3d299ff is described below

commit 3d299ff498d001172be5c5064fce71028c1279ad
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 2 17:06:19 2016 -0500

    Set fourth file version digit to signify rebuild.
---
 saml/saml.rc         |  6 +++---
 samlsign/samlsign.rc | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/saml/saml.rc b/saml/saml.rc
index 149cb2a..e320712 100644
--- a/saml/saml.rc
+++ b/saml/saml.rc
@@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,5,5,0
+ FILEVERSION 2,5,5,1
  PRODUCTVERSION 2,5,5,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", "2, 5, 5, 0\0"
+            VALUE "FileVersion", "2, 5, 5, 1\0"
 #ifdef _DEBUG
             VALUE "InternalName", "saml2_5D\0"
 #else
             VALUE "InternalName", "saml2_5\0"
 #endif
-            VALUE "LegalCopyright", "Copyright � 2015 UCAID\0"
+            VALUE "LegalCopyright", "Copyright � 2016 UCAID\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef _DEBUG
             VALUE "OriginalFilename", "saml2_5D.dll\0"
diff --git a/samlsign/samlsign.rc b/samlsign/samlsign.rc
index 674c3fc..267cec2 100644
--- a/samlsign/samlsign.rc
+++ b/samlsign/samlsign.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,5,4,0
- PRODUCTVERSION 2,5,4,0
+ FILEVERSION 2,5,5,1
+ PRODUCTVERSION 2,5,5,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -47,14 +47,14 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
             VALUE "FileDescription", "OpenSAML Signature Utility\0"
-            VALUE "FileVersion", "2, 5, 4, 0\0"
+            VALUE "FileVersion", "2, 5, 5, 1\0"
             VALUE "InternalName", "samlsign\0"
-            VALUE "LegalCopyright", "Copyright � 2015 UCAID\0"
+            VALUE "LegalCopyright", "Copyright � 2016 UCAID\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "samlsign.exe\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "OpenSAML 2.5.4\0"
-            VALUE "ProductVersion", "2, 5, 4, 0\0"
+            VALUE "ProductName", "OpenSAML 2.5.5\0"
+            VALUE "ProductVersion", "2, 5, 5, 0\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