mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-24 08:02:15 +02:00
Update to CEF 3.3626.1895.g7001d56
This commit is contained in:
parent
0172c6e1e3
commit
1189b9d861
@ -59,13 +59,13 @@ uses
|
||||
const
|
||||
CEF_SUPPORTED_VERSION_MAJOR = 3;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 3626;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1894;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1895;
|
||||
CEF_SUPPORTED_VERSION_BUILD = 0;
|
||||
|
||||
CEF_CHROMEELF_VERSION_MAJOR = 72;
|
||||
CEF_CHROMEELF_VERSION_MINOR = 0;
|
||||
CEF_CHROMEELF_VERSION_RELEASE = 3626;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 96;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 121;
|
||||
|
||||
{$IFDEF MSWINDOWS}
|
||||
LIBCEF_DLL = 'libcef.dll';
|
||||
|
Loading…
Reference in New Issue
Block a user