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

Update to CEF 99.2.13

This commit is contained in:
salvadordf
2022-03-22 12:05:00 +01:00
parent b981543f63
commit 0062f1f580
4 changed files with 13 additions and 13 deletions

View File

@ -68,13 +68,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 99;
CEF_SUPPORTED_VERSION_MINOR = 2;
CEF_SUPPORTED_VERSION_RELEASE = 12;
CEF_SUPPORTED_VERSION_RELEASE = 13;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 99;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 4844;
CEF_CHROMEELF_VERSION_BUILD = 74;
CEF_CHROMEELF_VERSION_BUILD = 83;
{$IFDEF MSWINDOWS}
LIBCEF_DLL = 'libcef.dll';