소스 검색

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

git-svn-id: trunk@47354 -
svenbarth 4 년 전
부모
커밋
359ff64afd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
compiler/ppu.pas

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