Explorar o código

* increase PPU version so that the change of Chr() to a full intrinsic will not lead to problems

git-svn-id: trunk@47354 -
svenbarth %!s(int64=4) %!d(string=hai) anos
pai
achega
359ff64afd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
compiler/ppu.pas

@@ -50,7 +50,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 = 11;
+  CurrentPPULongVersion = 12;
 
 
 { unit flags }
 { unit flags }
   uf_big_endian          = $000004;
   uf_big_endian          = $000004;