Procházet zdrojové kódy

* incremented CurrentPPUVersion after r24491, because it changes the ppu structure on at least one platform (ppcjvm)

git-svn-id: trunk@24496 -
nickysn před 12 roky
rodič
revize
80e76534a5
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 = 158;
+  CurrentPPUVersion = 159;
 
 { buffer sizes }
   maxentrysize = 1024;