Wrong version of libcurl being linked?

When I compile a relatively empty project in “Debug” instead of “Debug Editor” it links to a different version of libcurl.

In the “Debug” project it uses libcurl 7.29.0 and in “Debug Editor” it uses libcurl 7.41.0

I only noticed this because the “Debug” version causes an exception when calling “curl_multi_cleanup”

Is this a new bug related to the 4.11 release?