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

Update to CEF 97.1.6

This commit is contained in:
salvadordf
2022-01-21 14:58:16 +01:00
parent f6f2539d52
commit 2c68a0b6b6
4 changed files with 13 additions and 13 deletions

View File

@ -66,13 +66,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 97;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 5;
CEF_SUPPORTED_VERSION_RELEASE = 6;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 97;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4692;
CEF_CHROMEELF_VERSION_BUILD = 71;
CEF_CHROMEELF_VERSION_BUILD = 99;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';