[cpp-msbuild] 02/02: Update curl version.
Scott Cantor
cantor.2 at osu.edu
Wed Mar 8 18:12:38 UTC 2023
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=541cfc7f531d9573a6bedde1ffc2c028bddcd87d
commit 541cfc7f531d9573a6bedde1ffc2c028bddcd87d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 8 13:12:32 2023 -0500
Update curl version.
---
Versions.props | 2 +-
dependencies/config.bat | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Versions.props b/Versions.props
index ff24478..de1f127 100644
--- a/Versions.props
+++ b/Versions.props
@@ -89,7 +89,7 @@
</PropertyGroup>
<PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '10'">
<CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
- <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.87.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.88.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 e305068..05afda9 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.87.0
+Set LIBCURL_VERSION=7.88.1
set LIBCURL_DIR=curl-%LIBCURL_VERSION%
set LIBCURL_FILE_VERSION=10
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list