Browse Source

update minimum compiler version

Ugochukwu Mmaduekwe 6 years ago
parent
commit
99193e04ae
2 changed files with 6 additions and 6 deletions
  1. 5 5
      CryptoLib/src/Include/CryptoLib.inc
  2. 1 1
      README.md

+ 5 - 5
CryptoLib/src/Include/CryptoLib.inc

@@ -138,17 +138,17 @@
 {$DEFINE DELPHI10.2_TOKYO_UP}
 {$IFEND}
 
-  // 2010 and Above
-{$IFNDEF DELPHI2010_UP}
-{$MESSAGE ERROR 'This Library requires Delphi 2010 or higher.'}
-{$ENDIF}
-
   // 10.2 Tokyo and Above
 {$IFDEF DELPHI10.2_TOKYO_UP}
 {$WARN COMBINING_SIGNED_UNSIGNED OFF}
 {$WARN COMBINING_SIGNED_UNSIGNED64 OFF}
 {$ENDIF}
 
+  // 10.2 Tokyo and Above
+{$IFNDEF DELPHI10.2_TOKYO_UP}
+{$MESSAGE ERROR 'This Library requires Delphi Tokyo or higher.'}
+{$ENDIF}
+
 
 {$ENDIF DELPHI}
 

+ 1 - 1
README.md

@@ -58,7 +58,7 @@ secp112r2, sect163r2, secp128r2.
  
     FreePascal 3.0.4 and Above.
     
-    Delphi XE6 and Above. (might work in earlier versions though.)
+    Delphi Tokyo and Above. (might work in earlier versions though.)
 
 **Installing the Library.**