From a94201c017a000336fa530089eeb109e642e1f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Fri, 26 May 2023 13:28:52 +0200 Subject: [PATCH] * Bump version number --- compiler/ppu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ppu.pas b/compiler/ppu.pas index eb5f8c8334..1775d8ed90 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 = 18; + CurrentPPULongVersion = 19; { unit flags } uf_big_endian = $000004;