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

Update to CEF 118.6.7

Updated cef.inc files with the Delphi 12 compiler version info found in Skia4Delphi
This commit is contained in:
salvadordf
2023-10-25 11:32:00 +02:00
parent a520097a43
commit 9c2d973203
143 changed files with 5010 additions and 5117 deletions

View File

@@ -1,6 +1,6 @@
CEF_SUPPORTED_VERSION_MAJOR = 118;
CEF_SUPPORTED_VERSION_MINOR = 6;
CEF_SUPPORTED_VERSION_RELEASE = 6;
CEF_SUPPORTED_VERSION_RELEASE = 7;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR;