X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c7ed2c0e34546e12a035e4c4c2f034a6ee765748..cd69e44638498a1092ea8aa23c55f73ebd096b9b:/methods/https.cc 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",