Skip to content

Commit

Permalink
Fixed CEF_CHROMEELF_VERSION_MAJOR value
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadordf committed Sep 1, 2022
1 parent 941f2c7 commit ccd7f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/uCEFApplicationCore.pas
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ interface
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;
Expand Down
2 changes: 1 addition & 1 deletion update_CEF4Delphi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 428,
"InternalVersion" : 429,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "104.4.26.0"
}
Expand Down

0 comments on commit ccd7f30

Please sign in to comment.