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

Update to CEF 81.3.2

This commit is contained in:
Salvador Díaz Fau
2020-05-08 12:01:11 +02:00
parent 132edb2e88
commit 5c4108424a
4 changed files with 14 additions and 8 deletions

View File

@ -62,13 +62,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 81;
CEF_SUPPORTED_VERSION_MINOR = 3;
CEF_SUPPORTED_VERSION_RELEASE = 1;
CEF_SUPPORTED_VERSION_RELEASE = 2;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 81;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4044;
CEF_CHROMEELF_VERSION_BUILD = 113;
CEF_CHROMEELF_VERSION_BUILD = 138;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';