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

Update to CEF 134.3.8

This commit is contained in:
Salvador Díaz Fau
2025-03-25 16:13:22 +01:00
parent e6f1891cf1
commit 5de8142bdf
4 changed files with 12 additions and 12 deletions

View File

@@ -1,12 +1,12 @@
CEF_SUPPORTED_VERSION_MAJOR = 134;
CEF_SUPPORTED_VERSION_MINOR = 3;
CEF_SUPPORTED_VERSION_RELEASE = 7;
CEF_SUPPORTED_VERSION_RELEASE = 8;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 6998;
CEF_CHROMEELF_VERSION_BUILD = 118;
CEF_CHROMEELF_VERSION_BUILD = 166;
// values defined in cef_api_versions.json
CEF_API_VERSION_MIN = 13300;