* bump CurrentPPULongVersion

This commit is contained in:
Nikolay Nikolov 2023-06-19 15:54:33 +03:00
parent 76474c85bd
commit bbedb958f6

View File

@ -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;