Procházet zdrojové kódy

* change PPU version as the change regarding $P/$OpenStrings affects the token buffers of generics (which contains the current settings)

Sven/Sarah Barth před 2 roky
rodič
revize
920e1c8d19
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

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