summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSpartan322 <Megacake1234@gmail.com>2024-10-26 23:58:25 -0400
committerSpartan322 <Megacake1234@gmail.com>2024-10-27 09:28:45 -0400
commit9cde444745fcb34acf04460c23273396d87f1454 (patch)
tree9e8f7e405df84588df24fbf291cb68adfbf3097f /core
parent9ea15abcfe0682c53abeafa11b380373445b3114 (diff)
downloadredot-engine-9cde444745fcb34acf04460c23273396d87f1454.tar.gz
Fix `GDExtensionAPIDump` lacking status_version header
(cherry picked from commit 5fb6d30604b392776265052c621eef0470d8fadb)
Diffstat (limited to 'core')
-rw-r--r--core/extension/extension_api_dump.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/extension/extension_api_dump.cpp b/core/extension/extension_api_dump.cpp
index 2e6defe609..0456ff6a05 100644
--- a/core/extension/extension_api_dump.cpp
+++ b/core/extension/extension_api_dump.cpp
@@ -114,6 +114,7 @@ Dictionary GDExtensionAPIDump::generate_extension_api(bool p_include_docs) {
header["version_patch"] = 0;
#endif
header["version_status"] = VERSION_STATUS;
+ header["version_status_version"] = VERSION_STATUS_VERSION;
header["version_build"] = VERSION_BUILD;
header["version_full_name"] = VERSION_FULL_NAME;