Просмотр исходного кода

* increase PPU version so that 3.2.0 correctly ignores 3.3.1 PPUs instead of fatally failing on the extended header entry

git-svn-id: trunk@45209 -
svenbarth 5 лет назад
Родитель
Сommit
871f60ef61
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
compiler/ppu.pas

@@ -47,7 +47,7 @@ const
      * the unit flags listed below
      * the format of the header itslf
     This number cannot become bigger than 255 (it's stored in a byte) }
-  CurrentPPUVersion = 207;
+  CurrentPPUVersion = 208;
   { for any other changes to the ppu format, increase this version number
     (it's a cardinal) }
   CurrentPPULongVersion = 9;