Procházet zdrojové kódy

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

git-svn-id: trunk@2760 -

Jonas Maebe před 19 roky
rodič
revize
69671a1a5c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;