ソースを参照

* increase PPU version due to Extended RTTI related changes

Sven/Sarah Barth 1 年間 前
コミット
40cbda6e7e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
compiler/ppu.pas

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