* increase PPU version so that 3.2.0 correctly ignores 3.3.1 PPUs instead of fatally failing on the extended header entry

git-svn-id: trunk@45209 -
This commit is contained in:
svenbarth 2020-05-01 13:55:01 +00:00
parent 2840e5e1fd
commit 871f60ef61

View File

@ -47,7 +47,7 @@ const
* the unit flags listed below
* the format of the header itslf
This number cannot become bigger than 255 (it's stored in a byte) }
CurrentPPUVersion = 207;
CurrentPPUVersion = 208;
{ for any other changes to the ppu format, increase this version number
(it's a cardinal) }
CurrentPPULongVersion = 9;