Browse Source

* increase ppu version (was no longer different from trunk due to merging)

git-svn-id: branches/wpo@12340 -
Jonas Maebe 17 years ago
parent
commit
a201bc3011
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
compiler/ppu.pas

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