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

Fixed CEF_CHROMEELF_VERSION_MAJOR value

This commit is contained in:
salvadordf
2022-09-01 15:11:50 +02:00
parent 941f2c768f
commit ccd7f30724
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ const
CEF_SUPPORTED_VERSION_RELEASE = 26;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 103;
CEF_CHROMEELF_VERSION_MAJOR = 104;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 5112;
CEF_CHROMEELF_VERSION_BUILD = 102;