Browse Source

* increase ppu long version as the format changed

florian 1 year ago
parent
commit
64141c8bdd
1 changed files with 1 additions and 1 deletions
  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 = 22;
+  CurrentPPULongVersion = 23;
 
 { unit flags }
   uf_big_endian          = $000004;