Browse Source

r38636 changed the PPU format, but didn't bump the version. lets bump

git-svn-id: trunk@38639 -
Károly Balogh 7 years ago
parent
commit
e9ca615924
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ppu.pas

+ 1 - 1
compiler/ppu.pas

@@ -43,7 +43,7 @@ type
 {$endif Test_Double_checksum}
 
 const
-  CurrentPPUVersion = 198;
+  CurrentPPUVersion = 199;
 
 { unit flags }
   uf_init                = $000001; { unit has initialization section }