mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
9c2d973203
Updated cef.inc files with the Delphi 12 compiler version info found in Skia4Delphi
10 lines
329 B
PHP
10 lines
329 B
PHP
CEF_SUPPORTED_VERSION_MAJOR = 118;
|
|
CEF_SUPPORTED_VERSION_MINOR = 6;
|
|
CEF_SUPPORTED_VERSION_RELEASE = 7;
|
|
CEF_SUPPORTED_VERSION_BUILD = 0;
|
|
|
|
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR;
|
|
CEF_CHROMEELF_VERSION_MINOR = 0;
|
|
CEF_CHROMEELF_VERSION_RELEASE = 5993;
|
|
CEF_CHROMEELF_VERSION_BUILD = 96;
|