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

Update to CEF 112.2.9

This commit is contained in:
salvadordf
2023-04-15 11:17:26 +02:00
parent eaf1d6906f
commit ec6dfa64e2
9 changed files with 49 additions and 537 deletions

View File

@ -67,15 +67,7 @@ uses
uCEFSchemeRegistrar, uCEFPreferenceRegistrar;
const
CEF_SUPPORTED_VERSION_MAJOR = 112;
CEF_SUPPORTED_VERSION_MINOR = 2;
CEF_SUPPORTED_VERSION_RELEASE = 8;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 5615;
CEF_CHROMEELF_VERSION_BUILD = 49;
{$I uCEFVersion.inc}
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';