diff --git a/compiler/ppu.pas b/compiler/ppu.pas index eb5f8c8334..1775d8ed90 100644 --- a/compiler/ppu.pas +++ b/compiler/ppu.pas @@ -48,7 +48,7 @@ const CurrentPPUVersion = 208; { for any other changes to the ppu format, increase this version number (it's a cardinal) } - CurrentPPULongVersion = 18; + CurrentPPULongVersion = 19; { unit flags } uf_big_endian = $000004;