From 8c4e5e06100825375c5471ea31a32edb9f8a389c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sat, 3 Dec 2016 19:01:11 +0000 Subject: [PATCH] bump PPU version due to the latest syscall changes git-svn-id: trunk@35048 - --- compiler/ppu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ppu.pas b/compiler/ppu.pas index 3882b5ec95..1ab5be953c 100644 --- a/compiler/ppu.pas +++ b/compiler/ppu.pas @@ -43,7 +43,7 @@ type {$endif Test_Double_checksum} const - CurrentPPUVersion = 188; + CurrentPPUVersion = 189; { unit flags } uf_init = $000001; { unit has initialization section }