Sfoglia il codice sorgente

* increase PPU version due to Extended RTTI related changes

Sven/Sarah Barth 1 anno fa
parent
commit
40cbda6e7e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;