mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-24 08:02:15 +02:00
Update to CEF 3.3626.1886.g162fdec
This commit is contained in:
parent
45545152d0
commit
469b194d4a
@ -59,13 +59,13 @@ uses
|
||||
const
|
||||
CEF_SUPPORTED_VERSION_MAJOR = 3;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 3626;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1881;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1886;
|
||||
CEF_SUPPORTED_VERSION_BUILD = 0;
|
||||
|
||||
CEF_CHROMEELF_VERSION_MAJOR = 72;
|
||||
CEF_CHROMEELF_VERSION_MINOR = 0;
|
||||
CEF_CHROMEELF_VERSION_RELEASE = 3626;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 81;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 96;
|
||||
|
||||
{$IFDEF MSWINDOWS}
|
||||
LIBCEF_DLL = 'libcef.dll';
|
||||
|
Loading…
Reference in New Issue
Block a user