ソースを参照

* increased ppu version number because the ansi/widestring result patch
makes the generated code ABI-incompatible with code compiled with
older compilers

git-svn-id: trunk@9719 -

Jonas Maebe 17 年 前
コミット
cf295c8e88
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
compiler/ppu.pas

@@ -43,7 +43,7 @@ type
 {$endif Test_Double_checksum}
 
 const
-  CurrentPPUVersion = 88;
+  CurrentPPUVersion = 89;
 
 { buffer sizes }
   maxentrysize = 1024;