[cpp-sp] branch main updated: Fix incorrect file version.

Scott Cantor cantor.2 at osu.edu
Fri Nov 19 14:12:43 UTC 2021


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

scantor pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=529e2b2bf67cff93118b67a3587dec78d32595c3

The following commit(s) were added to refs/heads/main by this push:
     new 529e2b2b Fix incorrect file version.
529e2b2b is described below

commit 529e2b2bf67cff93118b67a3587dec78d32595c3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Nov 19 09:12:38 2021 -0500

    Fix incorrect file version.
---
 shibsp/shibsp.rc        | 8 ++++----
 util/resourceCommon.rci | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/shibsp/shibsp.rc b/shibsp/shibsp.rc
index b2c2838e..9747dd1f 100644
--- a/shibsp/shibsp.rc
+++ b/shibsp/shibsp.rc
@@ -53,15 +53,15 @@ BEGIN
 #endif
 #ifdef SHIBSP_LITE
 #ifdef _DEBUG
-            VALUE "InternalName", "shibsp-lite3_2D\0"
+            VALUE "InternalName", "shibsp-lite3_3D\0"
 #else
-            VALUE "InternalName", "shibsp-lite3_2\0"
+            VALUE "InternalName", "shibsp-lite3_3\0"
 #endif
 #else
 #ifdef _DEBUG
-            VALUE "InternalName", "shibsp3_2D\0"
+            VALUE "InternalName", "shibsp3_3D\0"
 #else
-            VALUE "InternalName", "shibsp3_2\0"
+            VALUE "InternalName", "shibsp3_3\0"
 #endif
 #endif
             VALUE "LegalCopyright", "Copyright 2021 Various\0"
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index d7d01f83..51280133 100644
--- a/util/resourceCommon.rci
+++ b/util/resourceCommon.rci
@@ -1,7 +1,7 @@
 
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
-            VALUE "FileVersion", "3,3,3,0\0"
+            VALUE "FileVersion", "3,3,0,0\0"
             VALUE "LegalCopyright", "Copyright 2021 Various\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "PrivateBuild", "\0"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list