CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/05/15 18:44:44
Modified files:
games/godot/pack1: Makefile
Added files:
games/godot/pack1/patches: patch-core_io_file_access_pack_cpp
Log message:
Downgrade mismatch when checking pack version minor from error to
warning.
With relative API stability in Godot 3.x, don't error when Godot bin
minor is less than pack file minor, warn instead. This is stop refusing
to run games that are built with HEAD and report higher minor version
than latest release.
ok op@