1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Replace the deprecated version macro

This commit is contained in:
LuoZhihao
2025-03-30 17:09:50 +08:00
parent ba3482926d
commit 138e990262

View File

@@ -990,7 +990,7 @@ void EditorExportPlatformAndroid::_get_manifest_info(const Ref<EditorExportPrese
MetadataInfo editor_version_metadata = {
"org.godotengine.editor.version",
String(VERSION_FULL_CONFIG)
String(GODOT_VERSION_FULL_CONFIG)
};
r_metadata.append(editor_version_metadata);
}