[cpp-msbuild] branch main updated: Update SP version.

Scott Cantor cantor.2 at osu.edu
Tue Jan 10 15:44:11 UTC 2023


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

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

View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=50b52bbfbcb472db8157daa8310a450394a37311

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

commit 50b52bbfbcb472db8157daa8310a450394a37311
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 10 10:44:06 2023 -0500

    Update SP version.
---
 Versions.props | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Versions.props b/Versions.props
index 0a36301..6c8a6dd 100644
--- a/Versions.props
+++ b/Versions.props
@@ -11,16 +11,16 @@
     <CxxTestRoot>$(BuildRoot)\cxxtest</CxxTestRoot>
 
     <!-- These control the version of the installer -->
-    <ShibbolethVersion>3.4.0</ShibbolethVersion>
+    <ShibbolethVersion>3.4.1</ShibbolethVersion>
     <ShibbolethPatchVersion>0</ShibbolethPatchVersion>
 
     <!-- These control the versions in the DLLs and Executables.
          Note that the PatchVersion is left to the individual resource file.
          If you change this you probably need to change ../cpp-sp/util/resourceCommon.rci
       -->
-    <SPFileVersion>3,4,0</SPFileVersion>       <!-- FILEVERSION in the SP projects -->
-    <SPFileVersionSP>3,4,0</SPFileVersionSP>   <!-- Special for ShibSp.dll -->
-    <SPProductVersion>3,4,0</SPProductVersion> <!-- PRODUCTVERSION  in the SP projects (but overidden by resourceCommon.rci on output-->
+    <SPFileVersion>3,4,1</SPFileVersion>       <!-- FILEVERSION in the SP projects -->
+    <SPFileVersionSP>3,4,1</SPFileVersionSP>   <!-- Special for ShibSp.dll -->
+    <SPProductVersion>3,4,1</SPProductVersion> <!-- PRODUCTVERSION  in the SP projects (but overidden by resourceCommon.rci on output-->
 
     <!-- XML Tooling only has one RC file.  Edit that by hand -->
     <!-- OpemSAML has two RC files (saml.rc and samlsign.rc).  Edit them by hand -->
@@ -58,7 +58,7 @@
     <XMLToolingLiteComponent64d>{44B1284A-2AB9-4DA8-BDD9-C83EF3E3EAE0}</XMLToolingLiteComponent64d>
 
 
-    <ShibbolethDllVersion>3.4.0</ShibbolethDllVersion>
+    <ShibbolethDllVersion>3.4.1</ShibbolethDllVersion>
     <ShibbolethDllFileVersion>3_4</ShibbolethDllFileVersion>
     <!-- Change the 8 components below iff ShibbolethDllFileVersion changes -->
     <ShibDll32Component>{5DA8E2FF-F46B-4490-8285-D64A7AB4F9FE}</ShibDll32Component>

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


More information about the commits mailing list