Parcourir la source

* increase PPU version due to Extended RTTI related changes

Sven/Sarah Barth il y a 1 an
Parent
commit
40cbda6e7e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;