1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

Update to CEF 3.3163.1669.ge260cbb and new demo

This commit is contained in:
Salvador Díaz Fau
2017-09-23 11:38:29 +02:00
parent 11e8a588e9
commit df5dce37fc
32 changed files with 3616 additions and 424 deletions

View File

@@ -57,7 +57,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 3;
CEF_SUPPORTED_VERSION_MINOR = 3163;
CEF_SUPPORTED_VERSION_RELEASE = 1666;
CEF_SUPPORTED_VERSION_RELEASE = 1669;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 61;