diff options
| author | Rémi Verschelde | 2017-11-15 18:37:54 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-15 20:41:16 +0100 |
| commit | 967bfb0c4a1db5adb10d40f66bb8542ec25e1694 (patch) | |
| tree | 6875f0de190ff46819becf9fe4a7736cbfea87c8 /editor/doc/doc_dump.cpp | |
| parent | 4d08e7c4204ff3fa0e17e0de7e5a08ef03968202 (diff) | |
| download | godot-967bfb0c4a1db5adb10d40f66bb8542ec25e1694.tar.gz godot-967bfb0c4a1db5adb10d40f66bb8542ec25e1694.tar.zst godot-967bfb0c4a1db5adb10d40f66bb8542ec25e1694.zip | |
Diffstat (limited to 'editor/doc/doc_dump.cpp')
| -rw-r--r-- | editor/doc/doc_dump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/doc/doc_dump.cpp b/editor/doc/doc_dump.cpp index 2ba7e3c77..13dbb149d 100644 --- a/editor/doc/doc_dump.cpp +++ b/editor/doc/doc_dump.cpp @@ -82,8 +82,8 @@ void DocDump::dump(const String &p_file) { FileAccess *f = FileAccess::open(p_file, FileAccess::WRITE); _write_string(f, 0, "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"); + _write_string(f, 0, String("<doc version=\"") + _MKSTR(VERSION_MAJOR) + "." + _MKSTR(VERSION_MINOR) + "-" + _MKSTR(VERSION_STATUS) + "\" name=\"Engine Types\">"); - _write_string(f, 0, "<doc version=\"" + String(VERSION_MKSTRING) + "\" name=\"Engine Types\">"); while (class_list.size()) { String name = class_list.front()->get(); |
