[cpp-msbuild] branch master updated: Update curl version to 7.69.1.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 23 15:04:16 EDT 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=556f16a649b335d8a811b9bd1695f0d454b6ad99
The following commit(s) were added to refs/heads/master by this push:
new 556f16a Update curl version to 7.69.1.
556f16a is described below
commit 556f16a649b335d8a811b9bd1695f0d454b6ad99
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 23 15:04:07 2020 -0400
Update curl version to 7.69.1.
---
Versions.props | 2 +-
dependencies/config.bat | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Versions.props b/Versions.props
index c0cdea5..9dea3e4 100644
--- a/Versions.props
+++ b/Versions.props
@@ -90,7 +90,7 @@
</PropertyGroup>
<PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '7'">
<CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
- <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.63.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.69.1</CurlVersion>
<curl Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_DIR)</curl>
<curl Condition="'$(LIBCURL_DIR)'==''">curl-$(CurlVersion)</curl>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 31dd5c6..e4383e6 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -103,7 +103,7 @@ REM
REM CURL_DIR is the directory name
REM CURL_VERSION is the version
REM
-Set LIBCURL_VERSION=7.68.0
+Set LIBCURL_VERSION=7.69.1
set LIBCURL_DIR=curl-%LIBCURL_VERSION%
set LIBCURL_FILE_VERSION=7
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list