From 13d772e64c45ed25eedf9e6ef4fa3ca5400d8839 Mon Sep 17 00:00:00 2001 From: Bjoern Sikora Date: Tue, 22 Sep 2009 17:13:22 +0200 Subject: [PATCH] Added version into agent string. --- src/httphelper.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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(); -- 1.7.1