]> git.saurik.com Git - apt.git/blobdiff - methods/http.cc
* debian/apt-utils.install:
[apt.git] / methods / http.cc
index d2e03cfbc13352c295e13080d38c3f20a8beed73..c62ca71d38e51a0569d244ec39b983e6b6cc4965 100644 (file)
@@ -758,7 +758,7 @@ void HttpMethod::SendReq(FetchItem *Itm,CircleBuf &Out)
           Base64Encode(Uri.User + ":" + Uri.Password) + "\r\n";
    }
    Req += "User-Agent: " + _config->Find("Acquire::http::User-Agent",
-               "Debian APT-HTTP/1.3 ("VERSION")") + "\r\n\r\n";
+               "Debian APT-HTTP/1.3 ("PACKAGE_VERSION")") + "\r\n\r\n";
    
    if (Debug == true)
       cerr << Req << endl;