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

Update to CEF 88.1.6

This commit is contained in:
Salvador Diaz Fau
2021-01-24 18:18:27 +01:00
parent 4cc230fea8
commit ee71ccb87e
3 changed files with 10 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 88;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 4;
CEF_SUPPORTED_VERSION_RELEASE = 6;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 88;