From 80e76534a571fe036d34e0d79bd8b4c8015c4b71 Mon Sep 17 00:00:00 2001 From: nickysn <nickysn@gmail.com> Date: Tue, 14 May 2013 14:42:01 +0000 Subject: [PATCH] * incremented CurrentPPUVersion after r24491, because it changes the ppu structure on at least one platform (ppcjvm) git-svn-id: trunk@24496 - --- compiler/ppu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ppu.pas b/compiler/ppu.pas index 4f8a3d9b27..9e8597f640 100644 --- a/compiler/ppu.pas +++ b/compiler/ppu.pas @@ -43,7 +43,7 @@ type {$endif Test_Double_checksum} const - CurrentPPUVersion = 158; + CurrentPPUVersion = 159; { buffer sizes } maxentrysize = 1024;