Explorar o código

* for some reason my ppu.pas had a version of 18, instead of 20... so now the correct version m(

Sven/Sarah Barth hai 1 ano
pai
achega
9a1083c98e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
compiler/ppu.pas

@@ -48,7 +48,7 @@ const
   CurrentPPUVersion = 208;
   { for any other changes to the ppu format, increase this version number
     (it's a cardinal) }
-  CurrentPPULongVersion = 19;
+  CurrentPPULongVersion = 21;
 
 { unit flags }
   uf_big_endian          = $000004;