X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/6f4501f96f9ea256ff580129ba3835e0d56c398a..04e9cc0814dd0a77fcae4847d5d0d9002fa54a8f:/methods/https.cc?ds=sidebyside diff --git a/methods/https.cc b/methods/https.cc index 4f2d581d2..c1a49ba60 100644 --- a/methods/https.cc +++ b/methods/https.cc @@ -219,7 +219,7 @@ bool HttpsMethod::Fetch(FetchItem *Itm) curl_easy_setopt(curl, CURLOPT_USERAGENT, _config->Find("Acquire::https::User-Agent", _config->Find("Acquire::http::User-Agent", - "Debian APT-CURL/1.0 ("VERSION")").c_str()).c_str()); + "Debian APT-CURL/1.0 (" PACKAGE_VERSION ")").c_str()).c_str()); // set timeout int const timeout = _config->FindI("Acquire::https::Timeout",