From 8bef28ccbeaa95f39020c4c954ba9bee9ee5c0a9 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 9 May 2022 21:19:06 +0200 Subject: [PATCH] PPU version: bump fcaea210758 changed name mangling --- compiler/ppu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ppu.pas b/compiler/ppu.pas index 4ccbc20f1a..6b262a1abc 100644 --- a/compiler/ppu.pas +++ b/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 = 14; + CurrentPPULongVersion = 15; { unit flags } uf_big_endian = $000004;