Преглед на файлове

* increase PPU version now that all generic procdefs store their local symtables

git-svn-id: trunk@42460 -
svenbarth преди 6 години
родител
ревизия
900fd35f4a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
compiler/ppu.pas

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