aboutsummaryrefslogtreecommitdiff
path: root/scene/main/http_request.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2018-02-23 19:48:49 +0100
committerHein-Pieter van Braam2018-02-24 01:34:34 +0100
commitd79a7a27735fde30a843bbd931a663ffaa5884c9 (patch)
tree23cf2551b422ba9e4508ae38f900030841748fd3 /scene/main/http_request.cpp
parent05fec82f313b31d3a5cbdcd8a25afcddfbef424a (diff)
downloadgodot-d79a7a27735fde30a843bbd931a663ffaa5884c9.tar.gz
godot-d79a7a27735fde30a843bbd931a663ffaa5884c9.tar.zst
godot-d79a7a27735fde30a843bbd931a663ffaa5884c9.zip
Diffstat (limited to 'scene/main/http_request.cpp')
-rw-r--r--scene/main/http_request.cpp2
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) {