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

Update to CEF 80.1.15

This commit is contained in:
Salvador Díaz Fau
2020-04-04 10:18:30 +02:00
parent 1f912a7d38
commit 0bf3156cca
3 changed files with 7 additions and 7 deletions

View File

@ -62,13 +62,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 80;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 14;
CEF_SUPPORTED_VERSION_RELEASE = 15;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 80;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 3987;
CEF_CHROMEELF_VERSION_BUILD = 149;
CEF_CHROMEELF_VERSION_BUILD = 163;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';