[cpp-msbuild] 01/02: Update curl version (marginally) and SP version
Scott Cantor
cantor.2 at osu.edu
Sun Nov 12 12:13:29 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-1
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=d863d0c85c87e2f4218c39ee62b26f778b4315bf
commit d863d0c85c87e2f4218c39ee62b26f778b4315bf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sun Nov 12 12:12:16 2017 -0500
Update curl version (marginally) and SP version
---
Versions.props | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Versions.props b/Versions.props
index d5c7e39..386839d 100644
--- a/Versions.props
+++ b/Versions.props
@@ -6,16 +6,16 @@
<CxxTestRoot>$(BuildRoot)\cxxtest</CxxTestRoot>
<!-- These control the version of the installer -->
- <ShibbolethVersion>2.6.0</ShibbolethVersion>
- <ShibbolethPatchVersion>1</ShibbolethPatchVersion>
+ <ShibbolethVersion>2.6.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>2,6,0</SPFileVersion> <!-- FILEVERSION in the SP projects -->
- <SPFileVersionSP>1,6,0</SPFileVersionSP> <!-- Special for ShibSp.dll -->
- <SPProductVersion>2,6,0</SPProductVersion> <!-- PRODUCTVERSION in the SP projects -->
+ <SPFileVersion>2,6,1</SPFileVersion> <!-- FILEVERSION in the SP projects -->
+ <SPFileVersionSP>1,6,1</SPFileVersionSP> <!-- Special for ShibSp.dll -->
+ <SPProductVersion>2,6,1</SPProductVersion> <!-- PRODUCTVERSION in the SP projects -->
<!-- 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 -->
@@ -31,7 +31,7 @@
<ShibbolethUpgradeCode>{28A4EB62-E860-49CA-BE43-44ADEB91DBF6}</ShibbolethUpgradeCode>
<!-- <NewCurlBuild>1</NewCurlBuild> -->
- <CurlVersion>7.51.0</CurlVersion>
+ <CurlVersion>7.52.1</CurlVersion>
<curl>curl-$(CurlVersion)</curl>
<boost>boost_1_61_0</boost>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list