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

Update to CEF 94.4.5

This commit is contained in:
salvadordf
2021-10-04 20:09:01 +02:00
parent a43cd0f84c
commit 89a1bfada0
4 changed files with 13 additions and 13 deletions

View File

@ -66,13 +66,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 94;
CEF_SUPPORTED_VERSION_MINOR = 4;
CEF_SUPPORTED_VERSION_RELEASE = 4;
CEF_SUPPORTED_VERSION_RELEASE = 5;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 94;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4606;
CEF_CHROMEELF_VERSION_BUILD = 61;
CEF_CHROMEELF_VERSION_BUILD = 71;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';