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

Update to CEF 92.0.25

This commit is contained in:
Salvador Díaz Fau
2021-08-07 11:18:36 +02:00
parent c4135dedd5
commit 5347d34205
4 changed files with 13 additions and 13 deletions

View File

@ -66,13 +66,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 92;
CEF_SUPPORTED_VERSION_MINOR = 0;
CEF_SUPPORTED_VERSION_RELEASE = 21;
CEF_SUPPORTED_VERSION_RELEASE = 25;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 92;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4515;
CEF_CHROMEELF_VERSION_BUILD = 107;
CEF_CHROMEELF_VERSION_BUILD = 131;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';