* increase PPU version now that all generic procdefs store their local symtables

git-svn-id: trunk@42460 -
This commit is contained in:
svenbarth 2019-07-19 15:58:42 +00:00
parent 43b5dbf613
commit 900fd35f4a

View File

@ -50,7 +50,7 @@ const
CurrentPPUVersion = 207;
{ for any other changes to the ppu format, increase this version number
(it's a cardinal) }
CurrentPPULongVersion = 3;
CurrentPPULongVersion = 4;
{ unit flags }
uf_big_endian = $000004;