From 63a42b9da62090367226a2e4a769bbd409103345 Mon Sep 17 00:00:00 2001
From: nickysn <nickysn@gmail.com>
Date: Sun, 25 Aug 2013 16:52:37 +0000
Subject: [PATCH] * incremented the ppu version as well after r25365

git-svn-id: trunk@25367 -
---
 compiler/ppu.pas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/ppu.pas b/compiler/ppu.pas
index 2ac9d21f66..d361fb8c50 100644
--- a/compiler/ppu.pas
+++ b/compiler/ppu.pas
@@ -43,7 +43,7 @@ type
 {$endif Test_Double_checksum}
 
 const
-  CurrentPPUVersion = 162;
+  CurrentPPUVersion = 163;
 
 { buffer sizes }
   maxentrysize = 1024;