Browse Source

* increased ppu version after all symdef changes

git-svn-id: trunk@27442 -
Jonas Maebe 11 years ago
parent
commit
f017e16722
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 = 167;
+  CurrentPPUVersion = 168;
 
 { buffer sizes }
   maxentrysize = 1024;