Increased version in user agent info.
authorBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 22 Sep 2009 17:30:05 +0000 (19:30 +0200)
committerBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 22 Sep 2009 17:30:05 +0000 (19:30 +0200)
src/httphelper.cpp

index 4730ab3..f5082b4 100644 (file)
@@ -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();