浏览代码

* 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;
   { 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;