1// The settings in this file should be updated with the utmost caution.
2// See radar:13158726 for additional discusion.
3
4// For compatibility reasons, we must continue to ship libcurl.4.dylib with
5// compatibility version 7.0.0. This differs from upstream, which has
6// compatibility version 8.0.0 as of release 7.28.1. The libtool versioning
7// system bumps compatibility version when API is added, which is not correct
8// on our platform. Once an actual incompatible change is made upstream
9// (hopefully never), the library version will increase to 5, which may
10// require us to ship a legacy curl along with the latest version. Until
11// then, we should be able to safely keep the following two settings.
12CURL_LIBRARY_VERSION = 4
13DYLIB_COMPATIBILITY_VERSION = 7
14
15// The current version is less important, and can probably match upstream.
16DYLIB_CURRENT_VERSION = 8
17