Merge pull request #104797 from beicause/rm-deprecated-version-macro

Android: Replace the deprecated version macro
This commit is contained in:
Thaddeus Crews 2025-03-30 09:06:03 -05:00
commit e585e6a3eb
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC

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);
}