1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Update to CEF 3.3071.1645.gf54b5cd and new demo

This commit is contained in:
Salvador Diaz Fau
2017-07-01 13:03:39 +02:00
parent 4449d0505f
commit 20c8f8db40
34 changed files with 2710 additions and 515 deletions

View File

@@ -57,7 +57,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 3;
CEF_SUPPORTED_VERSION_MINOR = 3071;
CEF_SUPPORTED_VERSION_RELEASE = 1643;
CEF_SUPPORTED_VERSION_RELEASE = 1645;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 59;