mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 15:29:16 +02:00
* 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:
parent
2840e5e1fd
commit
871f60ef61
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user