1
0
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:
Salvador Diaz Fau
2017-04-06 10:07:06 +02:00
parent 5fb7bfdcb7
commit 5e94c5f158
12 changed files with 231 additions and 188 deletions

View File

@@ -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;