From 0f99ae82af5d03c821e9cf209ec4b4bc3dd18cb8 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 25 May 2015 13:04:36 +0000 Subject: [PATCH] * increased ppu version after r30907 git-svn-id: trunk@30910 - --- compiler/ppu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ppu.pas b/compiler/ppu.pas index e60cd2bcf9..6f175c877c 100644 --- a/compiler/ppu.pas +++ b/compiler/ppu.pas @@ -43,7 +43,7 @@ type {$endif Test_Double_checksum} const - CurrentPPUVersion = 176; + CurrentPPUVersion = 177; { buffer sizes } maxentrysize = 1024;