[cpp-msbuild] branch main updated: Update curl and patch version.
Scott Cantor
cantor.2 at osu.edu
Wed May 26 14:27:15 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=12523e27f78fd7e730016270a66b9b4938f13588
The following commit(s) were added to refs/heads/main by this push:
new 12523e2 Update curl and patch version.
12523e2 is described below
commit 12523e27f78fd7e730016270a66b9b4938f13588
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 26 10:27:07 2021 -0400
Update curl and patch version.
---
Versions.props | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Versions.props b/Versions.props
index 3fd1be3..7890324 100644
--- a/Versions.props
+++ b/Versions.props
@@ -12,7 +12,7 @@
<!-- These control the version of the installer -->
<ShibbolethVersion>3.2.2</ShibbolethVersion>
- <ShibbolethPatchVersion>0</ShibbolethPatchVersion>
+ <ShibbolethPatchVersion>1</ShibbolethPatchVersion>
<!-- These control the versions in the DLLs and Executables.
Note that the PatchVersion is left to the individual resource file.
@@ -89,7 +89,7 @@
</PropertyGroup>
<PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '9'">
<CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
- <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.76.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.77.0</CurlVersion>
<curl Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_DIR)</curl>
<curl Condition="'$(LIBCURL_DIR)'==''">curl-$(CurlVersion)</curl>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list