From: Bjoern Sikora Date: Tue, 22 Sep 2009 17:30:05 +0000 (+0200) Subject: Increased version in user agent info. X-Git-Tag: v1.1~157 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=2d91d15e03978d93d844c5f4b759fbf35c215f7f;p=bpdyndnsd Increased version in user agent info. --- diff --git a/src/httphelper.cpp b/src/httphelper.cpp index 4730ab3..f5082b4 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 0.1.0 - Intra2net AG 2009"; + string user_agent = "Bullet Proof DYNDNS Daemon 0.1.1 - Intra2net AG 2009"; CURL *curl_easy_handle = curl_easy_init();