Skip to content

Commit 138e990

Browse files
committed
Replace the deprecated version macro
1 parent ba34829 commit 138e990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/android/export/export_plugin.cpp

Lines changed: 1 addition & 1 deletion
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)