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

Update to CEF 3.3112.1649.g0dba8a1

This commit is contained in:
Salvador Diaz Fau
2017-07-29 14:06:52 +02:00
parent d2dd8fe5c7
commit 25b3e9bc9b
11 changed files with 177 additions and 199 deletions

View File

@ -56,14 +56,14 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 3;
CEF_SUPPORTED_VERSION_MINOR = 3071;
CEF_SUPPORTED_VERSION_RELEASE = 1647;
CEF_SUPPORTED_VERSION_MINOR = 3112;
CEF_SUPPORTED_VERSION_RELEASE = 1649;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 59;
CEF_CHROMEELF_VERSION_MAJOR = 60;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 3071;
CEF_CHROMEELF_VERSION_BUILD = 109;
CEF_CHROMEELF_VERSION_RELEASE = 3112;
CEF_CHROMEELF_VERSION_BUILD = 78;
LIBCEF_DLL = 'libcef.dll';
CHROMEELF_DLL = 'chrome_elf.dll';