[cpp-sp] branch main updated: Update version values.

Scott Cantor cantor.2 at osu.edu
Mon Nov 4 17:58:43 UTC 2024


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=cf664671d9fe223f74e8c7d4ee02abb71054230e

The following commit(s) were added to refs/heads/main by this push:
     new cf664671 Update version values.
cf664671 is described below

commit cf664671d9fe223f74e8c7d4ee02abb71054230e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 4 12:58:38 2024 -0500

    Update version values.
---
 config_win32.h          |  4 ++--
 shibsp/shibsp.rc        | 32 ++++++--------------------------
 shibsp/version.h        |  4 ++--
 util/resourceCommon.rci |  6 +++---
 4 files changed, 13 insertions(+), 33 deletions(-)

diff --git a/config_win32.h b/config_win32.h
index 9c9da5fb..7c0bf92f 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -121,13 +121,13 @@
 #define PACKAGE_NAME "shibboleth"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth 3.5.0"
+#define PACKAGE_STRING "shibboleth 4.0.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "shibboleth-sp"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.5.0"
+#define PACKAGE_VERSION "4.0.0"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
diff --git a/shibsp/shibsp.rc b/shibsp/shibsp.rc
index 773518ca..2f5eaf83 100644
--- a/shibsp/shibsp.rc
+++ b/shibsp/shibsp.rc
@@ -46,42 +46,22 @@ BEGIN
         BLOCK "040904b0"
         BEGIN
 #include "..\util\resourceCommon.rci"
-#ifdef SHIBSP_LITE
-            VALUE "FileDescription", "Shibboleth SP Lite Library\0"
-#else
             VALUE "FileDescription", "Shibboleth SP Library\0"
-#endif
-#ifdef SHIBSP_LITE
-#ifdef _DEBUG
-            VALUE "InternalName", "shibsp-lite3_5D\0"
-#else
-            VALUE "InternalName", "shibsp-lite3_5\0"
-#endif
-#else
 #ifdef _DEBUG
-            VALUE "InternalName", "shibsp3_5D\0"
+            VALUE "InternalName", "shibsp4_0D\0"
 #else
-            VALUE "InternalName", "shibsp3_5\0"
-#endif
+            VALUE "InternalName", "shibsp4_0\0"
 #endif
             VALUE "LegalCopyright", "Copyright 2001-2024 Various\0"
             VALUE "LegalTrademarks", "\0"
-#ifdef SHIBSP_LITE
-#ifdef _DEBUG
-            VALUE "OriginalFilename", "shibsp-lite3_5D.dll\0"
-#else
-            VALUE "OriginalFilename", "shibsp-lite3_5.dll\0"
-#endif
-#else
 #ifdef _DEBUG
-            VALUE "OriginalFilename", "shibsp3_5D.dll\0"
+            VALUE "OriginalFilename", "shibsp4_0D.dll\0"
 #else
-            VALUE "OriginalFilename", "shibsp3_5.dll\0"
-#endif
+            VALUE "OriginalFilename", "shibsp4_0.dll\0"
 #endif
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "Shibboleth 3.5.0\0"
-            VALUE "ProductVersion", "3, 5, 0, 0\0"
+            VALUE "ProductName", "Shibboleth 4.0.0\0"
+            VALUE "ProductVersion", "4, 0, 0, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END
diff --git a/shibsp/version.h b/shibsp/version.h
index 31e9eb47..cad520b2 100644
--- a/shibsp/version.h
+++ b/shibsp/version.h
@@ -42,8 +42,8 @@
  * AND DO NOT MODIFY ANYTHING ELSE IN THIS VERSION HEADER FILE
  */
 
-#define SHIBSP_VERSION_MAJOR 3
-#define SHIBSP_VERSION_MINOR 5
+#define SHIBSP_VERSION_MAJOR 4
+#define SHIBSP_VERSION_MINOR 0
 #define SHIBSP_VERSION_REVISION 0
 
 /** DO NOT MODIFY BELOW THIS LINE */
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index 6d067d08..79a7a51c 100644
--- a/util/resourceCommon.rci
+++ b/util/resourceCommon.rci
@@ -1,10 +1,10 @@
 
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
-            VALUE "FileVersion", "3,5,0,0\0"
+            VALUE "FileVersion", "4,0,0,0\0"
             VALUE "LegalCopyright", "Copyright 2001-2024 Various\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "Shibboleth 3.5.0\0"
-            VALUE "ProductVersion", "3, 5, 0, 0\0"
+            VALUE "ProductName", "Shibboleth 4.0.0\0"
+            VALUE "ProductVersion", "4, 0, 0, 0\0"
             VALUE "SpecialBuild", "\0"

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


More information about the commits mailing list