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

Update to CEF 87.1.12

This commit is contained in:
Salvador Diaz Fau
2020-12-08 21:35:57 +01:00
parent 1484fdca25
commit 8f55182540
5 changed files with 12 additions and 9 deletions

View File

@@ -59,13 +59,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 87;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 11;
CEF_SUPPORTED_VERSION_RELEASE = 12;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 87;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4280;
CEF_CHROMEELF_VERSION_BUILD = 66;
CEF_CHROMEELF_VERSION_BUILD = 88;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';