1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Update to CEF 86.0.23

This commit is contained in:
Salvador Diaz Fau
2020-11-11 15:03:59 +01:00
parent 8274424032
commit a4067cf44c
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 = 21;
CEF_SUPPORTED_VERSION_RELEASE = 23;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 86;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4240;
CEF_CHROMEELF_VERSION_BUILD = 183;
CEF_CHROMEELF_VERSION_BUILD = 193;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';