浏览代码

* bump ppu version after r47279. it changes the ABI (m68k only), so units are incompatible even if the format didn't change

git-svn-id: trunk@47280 -
Károly Balogh 4 年之前
父节点
当前提交
92beecb6fe
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/ppu.pas

+ 2 - 2
compiler/ppu.pas

@@ -45,12 +45,12 @@ type
 const
   { only update this version if something change in the tppuheader:
      * the unit flags listed below
-     * the format of the header itslf
+     * the format of the header itself
     This number cannot become bigger than 255 (it's stored in a byte) }
   CurrentPPUVersion = 208;
   { for any other changes to the ppu format, increase this version number
     (it's a cardinal) }
-  CurrentPPULongVersion = 9;
+  CurrentPPULongVersion = 10;
 
 { unit flags }
   uf_big_endian          = $000004;