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

Update to CEF 95.7.14

This commit is contained in:
salvadordf
2021-10-30 11:59:40 +02:00
parent e3cee7cf9b
commit 34a4d9e859
4 changed files with 13 additions and 13 deletions

View File

@@ -66,13 +66,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 95;
CEF_SUPPORTED_VERSION_MINOR = 7;
CEF_SUPPORTED_VERSION_RELEASE = 12;
CEF_SUPPORTED_VERSION_RELEASE = 14;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 95;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4638;
CEF_CHROMEELF_VERSION_BUILD = 54;
CEF_CHROMEELF_VERSION_BUILD = 69;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';