[cpp-msbuild] branch main updated: Bump curl version.

Scott Cantor cantor.2 at osu.edu
Tue Nov 16 19:13:11 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=c04911b3ba69cc56399b271fa5575bd8cbfd3e29

The following commit(s) were added to refs/heads/main by this push:
     new c04911b  Bump curl version.
c04911b is described below

commit c04911b3ba69cc56399b271fa5575bd8cbfd3e29
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 16 14:12:49 2021 -0500

    Bump curl version.
---
 Versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Versions.props b/Versions.props
index 0656aab..a8adbb2 100644
--- a/Versions.props
+++ b/Versions.props
@@ -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.79.1</CurlVersion>
+    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.80.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