1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2024-11-24 08:02:15 +02:00

Update to CEF 3.2987.1597.gffc5773

This commit is contained in:
Salvador Diaz Fau 2017-03-28 11:17:34 +02:00
parent 8762ec1e7f
commit 0d11cf6e7d

View File

@ -57,13 +57,13 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 3;
CEF_SUPPORTED_VERSION_MINOR = 2987;
CEF_SUPPORTED_VERSION_RELEASE = 1596;
CEF_SUPPORTED_VERSION_RELEASE = 1597;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 57;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 2987;
CEF_CHROMEELF_VERSION_BUILD = 98;
CEF_CHROMEELF_VERSION_BUILD = 110;
type
TInternalApp = class;