[cpp-msbuild] branch master updated: Update curl to 7.63.0.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 12 12:16:36 EST 2018
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=896ce62b4de4094ca0e4005b9df722d3a52f74c0
The following commit(s) were added to refs/heads/master by this push:
new 896ce62 Update curl to 7.63.0.
896ce62 is described below
commit 896ce62b4de4094ca0e4005b9df722d3a52f74c0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 12 12:16:30 2018 -0500
Update curl to 7.63.0.
---
Versions.props | 2 +-
dependencies/config.bat | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Versions.props b/Versions.props
index 4843d2b..b9c4140 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.62.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.63.0</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 4e8a620..7945b0d 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -102,7 +102,7 @@ REM
REM CURL_DIR is the directory name
REM CURL_VERSION is the version
REM
-Set LIBCURL_VERSION=7.62.0
+Set LIBCURL_VERSION=7.63.0
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