浏览代码

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

Android: Replace the deprecated version macro
Thaddeus Crews 5 月之前
父节点
当前提交
e585e6a3eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform/android/export/export_plugin.cpp

+ 1 - 1
platform/android/export/export_plugin.cpp

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