[cpp-msbuild] branch main updated: Update SP and SP DLL versions.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 18:13: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-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=a77a8ed7da32a88c5a281f0a203fc059fecf0732
The following commit(s) were added to refs/heads/main by this push:
new a77a8ed Update SP and SP DLL versions.
a77a8ed is described below
commit a77a8ed7da32a88c5a281f0a203fc059fecf0732
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 19 14:13:36 2021 -0400
Update SP and SP DLL versions.
---
Versions.props | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/Versions.props b/Versions.props
index 43ede5c..baf1d59 100644
--- a/Versions.props
+++ b/Versions.props
@@ -11,16 +11,16 @@
<CxxTestRoot>$(BuildRoot)\cxxtest</CxxTestRoot>
<!-- These control the version of the installer -->
- <ShibbolethVersion>3.2.3</ShibbolethVersion>
- <ShibbolethPatchVersion>1</ShibbolethPatchVersion>
+ <ShibbolethVersion>3.3.0</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,2,3</SPFileVersion> <!-- FILEVERSION in the SP projects -->
- <SPFileVersionSP>3,2,3</SPFileVersionSP> <!-- Special for ShibSp.dll -->
- <SPProductVersion>3,2,3</SPProductVersion> <!-- PRODUCTVERSION in the SP projects (but overidden by resourceCommon.rci on output-->
+ <SPFileVersion>3,3,0</SPFileVersion> <!-- FILEVERSION in the SP projects -->
+ <SPFileVersionSP>3,3,0</SPFileVersionSP> <!-- Special for ShibSp.dll -->
+ <SPProductVersion>3,3,0</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,17 +58,17 @@
<XMLToolingLiteComponent64d>{44B1284A-2AB9-4DA8-BDD9-C83EF3E3EAE0}</XMLToolingLiteComponent64d>
- <ShibbolethDllVersion>3.2.3</ShibbolethDllVersion>
- <ShibbolethDllFileVersion>3_2</ShibbolethDllFileVersion>
+ <ShibbolethDllVersion>3.3.0</ShibbolethDllVersion>
+ <ShibbolethDllFileVersion>3_3</ShibbolethDllFileVersion>
<!-- Change the 8 components below iff ShibbolethDllFileVersion changes -->
- <ShibDll32Component>{C245DC26-D2D6-4413-A8EE-9EA686941A5D}</ShibDll32Component>
- <ShibDllLite32Component>{336E6D4C-57C1-4B15-BA0E-B5B3A3F1E386}</ShibDllLite32Component>
- <ShibDll32Componentd>{1898B4C8-AFE3-41E9-8473-35BF6C3F20EC}</ShibDll32Componentd>
- <ShibDllLite32Componentd>{77A01F0C-D9F1-4AAD-8A1B-0209048F0F32}</ShibDllLite32Componentd>
- <ShibDll64Component>{042CE3ED-69EB-48EB-9611-74FC50C29ABB}</ShibDll64Component>
- <ShibDllLite64Component>{3E740FC6-C3BB-4B07-9C49-E265EDB6331B}</ShibDllLite64Component>
- <ShibDll64Componentd>{0E8E1E80-0AE9-4B72-8183-B167915E2D48}</ShibDll64Componentd>
- <ShibDllLite64Componentd>{C3162E03-FC11-431D-B619-FD097D06DFD8}</ShibDllLite64Componentd>
+ <ShibDll32Component>{75A3C1D5-3AE3-4E37-BDB9-AF188B472BCE}</ShibDll32Component>
+ <ShibDllLite32Component>{04B99EA6-1DD2-4FBF-8A40-9AFB2432F539}</ShibDllLite32Component>
+ <ShibDll32Componentd>{01240F4E-6E64-4992-A1DE-1CCA9DA08CF4}</ShibDll32Componentd>
+ <ShibDllLite32Componentd>{6AD3EEC0-842E-4447-9B66-E8C829355E28}</ShibDllLite32Componentd>
+ <ShibDll64Component>{54A0426D-79B6-408C-9548-848FF90442B9}</ShibDll64Component>
+ <ShibDllLite64Component>{BD967C27-BA88-4704-B5A9-2E11CC04BC4D}</ShibDllLite64Component>
+ <ShibDll64Componentd>{6E89BDE0-3115-4A6E-A685-2E25700BF029}</ShibDll64Componentd>
+ <ShibDllLite64Componentd>{BCAD7F31-4B0B-4D36-95B8-1CA1A89B52CD}</ShibDllLite64Componentd>
<FastCGIVersion>2.4.0</FastCGIVersion>
<fcgi>fcgi-$(FastCGIVersion)-VC10</fcgi>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list