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

Update to CEF 106.0.26

This commit is contained in:
salvadordf
2022-10-04 15:56:51 +02:00
parent 25452fba09
commit ea30ee5032
4 changed files with 12 additions and 12 deletions

View File

@@ -68,13 +68,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 106;
CEF_SUPPORTED_VERSION_MINOR = 0;
CEF_SUPPORTED_VERSION_RELEASE = 25;
CEF_SUPPORTED_VERSION_RELEASE = 26;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 105;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 5249;
CEF_CHROMEELF_VERSION_BUILD = 61;
CEF_CHROMEELF_VERSION_BUILD = 91;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';