From: Bjoern Sikora Date: Tue, 22 Sep 2009 15:13:22 +0000 (+0200) Subject: Added version into agent string. X-Git-Tag: v1.1~161 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=13d772e64c45ed25eedf9e6ef4fa3ca5400d8839;p=bpdyndnsd Added version into agent string. --- diff --git a/src/httphelper.cpp b/src/httphelper.cpp index a490520..4730ab3 100644 --- a/src/httphelper.cpp +++ b/src/httphelper.cpp @@ -102,7 +102,7 @@ string HTTPHelper::get_curl_data() const */ CURL* HTTPHelper::init_curl(string& curl_writedata_buff,char* curl_err_buff) const { - string user_agent = "Bullet Proof DYNDNS Daemon - Intra2net AG 2009"; + string user_agent = "Bullet Proof DYNDNS Daemon 0.1.0 - Intra2net AG 2009"; CURL *curl_easy_handle = curl_easy_init();