From fb0f58f0d55afdbe80e1339d9b5f5a49532db70d Mon Sep 17 00:00:00 2001 From: Freeman Date: Sun, 27 Dec 2020 01:16:11 +0300 Subject: [PATCH] RTL version set equal to compiler version --- RTL/System.pas | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/RTL/System.pas b/RTL/System.pas index 4ea98e2..5b06089 100644 --- a/RTL/System.pas +++ b/RTL/System.pas @@ -7,12 +7,7 @@ unit System; interface const -{$IF CompilerVersion < 15} - RTLVersion = 14.2006; // <---, -{$ELSE} // June, 2020 - RTLVersion = 15.2006; // <---' -{$IFEND} - + RTLVersion = CompilerVersion; UnicodeCompiler = CompilerVersion >= 20; type