Skip to content

Commit e585e6a

Browse files
committed
Merge pull request #104797 from beicause/rm-deprecated-version-macro
Android: Replace the deprecated version macro
2 parents 3b1a481 + 138e990 commit e585e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/android/export/export_plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ void EditorExportPlatformAndroid::_get_manifest_info(const Ref<EditorExportPrese
990990

991991
MetadataInfo editor_version_metadata = {
992992
"org.godotengine.editor.version",
993-
String(VERSION_FULL_CONFIG)
993+
String(GODOT_VERSION_FULL_CONFIG)
994994
};
995995
r_metadata.append(editor_version_metadata);
996996
}

0 commit comments

Comments
 (0)