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

Update to CEF 100.0.24

This commit is contained in:
salvadordf
2022-04-21 14:25:18 +02:00
parent a7d682639a
commit b94d03b678
4 changed files with 12 additions and 12 deletions

View File

@@ -68,7 +68,7 @@ uses
const
CEF_SUPPORTED_VERSION_MAJOR = 100;
CEF_SUPPORTED_VERSION_MINOR = 0;
CEF_SUPPORTED_VERSION_RELEASE = 23;
CEF_SUPPORTED_VERSION_RELEASE = 24;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 100;