From a7ea9e00868c53f1ad3716ad8c389af0aa9c192c Mon Sep 17 00:00:00 2001 From: Andrey Volk <andywolk@gmail.com> Date: Tue, 14 Aug 2018 16:00:11 +0300 Subject: [PATCH] FS-11335: [mod_curl] Update cURL version to 7.61.0 for the Windows build. --- w32/curl-version.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w32/curl-version.props b/w32/curl-version.props index 0c9c4de24c..f42593d627 100644 --- a/w32/curl-version.props +++ b/w32/curl-version.props @@ -2,7 +2,7 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ImportGroup Label="PropertySheets" /> <PropertyGroup Label="UserMacros"> - <curlVersion>7.59.0</curlVersion> + <curlVersion>7.61.0</curlVersion> </PropertyGroup> <PropertyGroup> <curlVersionImported>true</curlVersionImported>