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

Update to CEF 91.1.23

This commit is contained in:
Salvador Díaz Fau
2021-07-20 12:54:20 +02:00
parent d42098da83
commit 8bfcf813e2
4 changed files with 14 additions and 14 deletions

View File

@@ -66,13 +66,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 91;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 22;
CEF_SUPPORTED_VERSION_RELEASE = 23;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 91;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4472;
CEF_CHROMEELF_VERSION_BUILD = 124;
CEF_CHROMEELF_VERSION_BUILD = 164;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';