From 9410f701133e507b5072d83725293b302367f016 Mon Sep 17 00:00:00 2001 From: jonas Date: Thu, 11 Dec 2008 17:10:01 +0000 Subject: * increase ppu version (was no longer different from trunk due to merging) git-svn-id: http://svn.freepascal.org/svn/fpc/branches/wpo@12340 3ad0048d-3df7-0310-abae-a5850022a9f2 --- compiler/ppu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ppu.pas b/compiler/ppu.pas index b5fbddcb91..fa6ebf2a67 100644 --- a/compiler/ppu.pas +++ b/compiler/ppu.pas @@ -43,7 +43,7 @@ type {$endif Test_Double_checksum} const - CurrentPPUVersion = 94; + CurrentPPUVersion = 95; { buffer sizes } maxentrysize = 1024; -- cgit v1.2.1