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

Update to CEF 86.0.24

This commit is contained in:
Salvador Diaz Fau
2020-11-18 12:23:20 +01:00
parent db361ed6d8
commit 2f3c23c202
4 changed files with 8 additions and 8 deletions

View File

@ -59,13 +59,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 86;
CEF_SUPPORTED_VERSION_MINOR = 0;
CEF_SUPPORTED_VERSION_RELEASE = 23;
CEF_SUPPORTED_VERSION_RELEASE = 24;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 86;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4240;
CEF_CHROMEELF_VERSION_BUILD = 193;
CEF_CHROMEELF_VERSION_BUILD = 198;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';