Bläddra i källkod

* 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 år sedan
förälder
incheckning
cf295c8e88
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;