فهرست منبع

Replace the deprecated version macro

LuoZhihao 5 ماه پیش
والد
کامیت
138e990262
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 = {
 	MetadataInfo editor_version_metadata = {
 		"org.godotengine.editor.version",
 		"org.godotengine.editor.version",
-		String(VERSION_FULL_CONFIG)
+		String(GODOT_VERSION_FULL_CONFIG)
 	};
 	};
 	r_metadata.append(editor_version_metadata);
 	r_metadata.append(editor_version_metadata);
 }
 }