From 345d674d47d9445839a1bfb11dbe88c77c3bf186 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 18 Aug 2002 04:57:00 +0000 Subject: [PATCH] reduced paint messages on destroy git-svn-id: trunk@2731 - --- tools/install/create_fpc_rpm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install/create_fpc_rpm.sh b/tools/install/create_fpc_rpm.sh index 30b75ff2d9..e33a96b5ee 100644 --- a/tools/install/create_fpc_rpm.sh +++ b/tools/install/create_fpc_rpm.sh @@ -36,13 +36,13 @@ fi if [ "x$FPCVersion" = "xdevel" ]; then Year=03 Month=06 - Day=17 + Day=20 LazVersion=1.1 fi if [ "x$FPCVersion" = "xstable" ]; then Year=03 Month=06 - Day=17 + Day=20 LazVersion=1.0.8 fi