From 2d91d15e03978d93d844c5f4b759fbf35c215f7f Mon Sep 17 00:00:00 2001 From: Bjoern Sikora Date: Tue, 22 Sep 2009 19:30:05 +0200 Subject: [PATCH] Increased version in user agent info. --- src/httphelper.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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(); -- 1.7.1