diff options
| author | Rémi Verschelde | 2018-02-23 19:48:49 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-02-23 20:15:29 +0100 |
| commit | 23ebae01dc7e3df9c842ca7d017f7b233837721d (patch) | |
| tree | 7ff53eb3449024d079531c947492ad34be748c1e /scene/main/http_request.cpp | |
| parent | b6bf572e021f59ca9f6e95fca2e1cd08bd3fe0f2 (diff) | |
| download | godot-23ebae01dc7e3df9c842ca7d017f7b233837721d.tar.gz godot-23ebae01dc7e3df9c842ca7d017f7b233837721d.tar.zst godot-23ebae01dc7e3df9c842ca7d017f7b233837721d.zip | |
Diffstat (limited to 'scene/main/http_request.cpp')
| -rw-r--r-- | scene/main/http_request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/http_request.cpp b/scene/main/http_request.cpp index 3d58aa65f..ae21775c5 100644 --- a/scene/main/http_request.cpp +++ b/scene/main/http_request.cpp @@ -121,7 +121,7 @@ Error HTTPRequest::request(const String &p_url, const Vector<String> &p_custom_h } if (!has_user_agent) { - headers.push_back("User-Agent: GodotEngine/" + String(VERSION_MKSTRING) + " (" + OS::get_singleton()->get_name() + ")"); + headers.push_back("User-Agent: GodotEngine/" + String(VERSION_FULL_BUILD) + " (" + OS::get_singleton()->get_name() + ")"); } if (!has_accept) { |
