mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:29:21 +02:00
* 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 -
This commit is contained in:
parent
9d425ff4ca
commit
92beecb6fe
@ -45,12 +45,12 @@ type
|
|||||||
const
|
const
|
||||||
{ only update this version if something change in the tppuheader:
|
{ only update this version if something change in the tppuheader:
|
||||||
* the unit flags listed below
|
* 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) }
|
This number cannot become bigger than 255 (it's stored in a byte) }
|
||||||
CurrentPPUVersion = 208;
|
CurrentPPUVersion = 208;
|
||||||
{ for any other changes to the ppu format, increase this version number
|
{ for any other changes to the ppu format, increase this version number
|
||||||
(it's a cardinal) }
|
(it's a cardinal) }
|
||||||
CurrentPPULongVersion = 9;
|
CurrentPPULongVersion = 10;
|
||||||
|
|
||||||
{ unit flags }
|
{ unit flags }
|
||||||
uf_big_endian = $000004;
|
uf_big_endian = $000004;
|
||||||
|
Loading…
Reference in New Issue
Block a user