Ver Fonte

* increase PPU version due to Extended RTTI related changes

Sven/Sarah Barth há 1 ano atrás
pai
commit
40cbda6e7e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
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 = 20;
+  CurrentPPULongVersion = 19;
 
 { unit flags }
   uf_big_endian          = $000004;