diff --git a/Delphinus.Info.json b/Delphinus.Info.json index 66ba86ef..e98485e2 100644 --- a/Delphinus.Info.json +++ b/Delphinus.Info.json @@ -5,8 +5,8 @@ "license_file": "LICENSE.txt", "platforms": "Win32;Win64", "package_compiler_min": 19, - "package_compiler_max": 31, + "package_compiler_max": 32, "compiler_min": 19, - "compiler_max": 31, + "compiler_max": 32, "first_version": "release-3.05" } diff --git a/Delphinus.Install.json b/Delphinus.Install.json index b2ce44b1..2ce3f7f8 100644 --- a/Delphinus.Install.json +++ b/Delphinus.Install.json @@ -102,6 +102,10 @@ { "project": "Packages\\Delphi 10.1 Berlin\\OmniThreadLibraryPackages.groupproj", "compiler": 31 + }, + { + "project": "Packages\\Delphi 10.2 Tokyo\\OmniThreadLibraryPackages.groupproj", + "compiler": 32 } ] }