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

Update to CEF 3.2987.1601.gf035232

This commit is contained in:
Salvador Diaz Fau
2017-04-12 09:42:46 +02:00
parent 5945ec8d49
commit 4cd1b896ad
8 changed files with 88 additions and 52 deletions

View File

@ -57,7 +57,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 3;
CEF_SUPPORTED_VERSION_MINOR = 2987;
CEF_SUPPORTED_VERSION_RELEASE = 1599;
CEF_SUPPORTED_VERSION_RELEASE = 1601;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 57;