1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-05-23 21:50:21 +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;

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 428,
"InternalVersion" : 429,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "104.4.26.0"
}