aboutsummaryrefslogtreecommitdiff
path: root/editor/doc/doc_data.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 /editor/doc/doc_data.cpp
parent05fec82f313b31d3a5cbdcd8a25afcddfbef424a (diff)
downloadgodot-d79a7a27735fde30a843bbd931a663ffaa5884c9.tar.gz
godot-d79a7a27735fde30a843bbd931a663ffaa5884c9.tar.zst
godot-d79a7a27735fde30a843bbd931a663ffaa5884c9.zip
Diffstat (limited to 'editor/doc/doc_data.cpp')
-rw-r--r--editor/doc/doc_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/doc/doc_data.cpp b/editor/doc/doc_data.cpp
index 3a418e5f3..3434aa33f 100644
--- a/editor/doc/doc_data.cpp
+++ b/editor/doc/doc_data.cpp
@@ -974,7 +974,7 @@ Error DocData::save_classes(const String &p_default_path, const Map<String, Stri
if (c.category == "")
category = "Core";
header += " category=\"" + category + "\"";
- header += String(" version=\"") + itos(VERSION_MAJOR) + "." + itos(VERSION_MINOR) + "-" + VERSION_STATUS + "\"";
+ header += String(" version=\"") + VERSION_NUMBER + "\"";
header += ">";
_write_string(f, 0, header);
_write_string(f, 1, "<brief_description>");