1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Update to CEF 105.3.33

This commit is contained in:
salvadordf
2022-09-06 15:08:16 +02:00
parent 0cfd39aae4
commit 149c723343
4 changed files with 12 additions and 12 deletions

View File

@ -68,13 +68,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 105;
CEF_SUPPORTED_VERSION_MINOR = 3;
CEF_SUPPORTED_VERSION_RELEASE = 25;
CEF_SUPPORTED_VERSION_RELEASE = 33;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 105;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 5195;
CEF_CHROMEELF_VERSION_BUILD = 54;
CEF_CHROMEELF_VERSION_BUILD = 102;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';