Browse Source

* increased ppu version because the ppu files are different since the
previous commit

git-svn-id: trunk@2760 -

Jonas Maebe 19 years ago
parent
commit
69671a1a5c
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=53;
+  CurrentPPUVersion=54;
 
 { buffer sizes }
   maxentrysize = 1024;