1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-09-30 21:28:55 +02:00

Update to CEF 77.1.14

This commit is contained in:
Salvador Díaz Fau
2019-10-15 11:22:42 +02:00
parent 4d994de2e9
commit 4756bd864a
4 changed files with 12 additions and 9 deletions

View File

@@ -62,13 +62,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 77;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 13;
CEF_SUPPORTED_VERSION_RELEASE = 14;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 77;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 3865;
CEF_CHROMEELF_VERSION_BUILD = 90;
CEF_CHROMEELF_VERSION_BUILD = 120;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';