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

Update to CEF 3.3396.1782.gc368dbf

This commit is contained in:
Salvador Díaz Fau
2018-06-29 10:45:17 +02:00
parent dedb740a03
commit 8d60702852

View File

@ -61,7 +61,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 3;
CEF_SUPPORTED_VERSION_MINOR = 3396;
CEF_SUPPORTED_VERSION_RELEASE = 1777;
CEF_SUPPORTED_VERSION_RELEASE = 1782;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 67;