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

Update to CEF 3.3202.1694.gf061c23

- fixed MDIBrowser demo and added some crude initialization checks
This commit is contained in:
Salvador Díaz Fau
2017-12-14 10:31:24 +01:00
parent 49a1c9af3a
commit afa069b776
6 changed files with 83 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 3;
CEF_SUPPORTED_VERSION_MINOR = 3202;
CEF_SUPPORTED_VERSION_RELEASE = 1693;
CEF_SUPPORTED_VERSION_RELEASE = 1694;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 62;