From 4e0df2d3a4d8d33bc2cede1563e82f4a460f1562 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 26 Apr 2012 22:48:43 +0000 Subject: [PATCH] * increased ppu version after jvmbackend merge git-svn-id: trunk@21070 - --- compiler/ppu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ppu.pas b/compiler/ppu.pas index a77710cd17..8b50dce4a2 100644 --- a/compiler/ppu.pas +++ b/compiler/ppu.pas @@ -43,7 +43,7 @@ type {$endif Test_Double_checksum} const - CurrentPPUVersion = 147; + CurrentPPUVersion = 148; { buffer sizes } maxentrysize = 1024;