You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 3.2987.1599.g495fb8c
This commit is contained in:
@@ -57,13 +57,13 @@ uses
|
||||
const
|
||||
CEF_SUPPORTED_VERSION_MAJOR = 3;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 2987;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1597;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1599;
|
||||
CEF_SUPPORTED_VERSION_BUILD = 0;
|
||||
|
||||
CEF_CHROMEELF_VERSION_MAJOR = 57;
|
||||
CEF_CHROMEELF_VERSION_MINOR = 0;
|
||||
CEF_CHROMEELF_VERSION_RELEASE = 2987;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 110;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 133;
|
||||
|
||||
type
|
||||
TInternalApp = class;
|
||||
|
||||
Reference in New Issue
Block a user