1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Update to CEF 104.4.22

This commit is contained in:
salvadordf
2022-08-12 14:43:14 +02:00
parent ec9bc9c26f
commit 466f40916d
4 changed files with 10 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 104;
CEF_SUPPORTED_VERSION_MINOR = 4;
CEF_SUPPORTED_VERSION_RELEASE = 18;
CEF_SUPPORTED_VERSION_RELEASE = 22;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 103;