We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b1a481 + 138e990 commit e585e6aCopy full SHA for e585e6a
platform/android/export/export_plugin.cpp
@@ -990,7 +990,7 @@ void EditorExportPlatformAndroid::_get_manifest_info(const Ref<EditorExportPrese
990
991
MetadataInfo editor_version_metadata = {
992
"org.godotengine.editor.version",
993
- String(VERSION_FULL_CONFIG)
+ String(GODOT_VERSION_FULL_CONFIG)
994
};
995
r_metadata.append(editor_version_metadata);
996
}
0 commit comments