diff --git a/source/uCEFApplicationCore.pas b/source/uCEFApplicationCore.pas index fb4a9dea..aa34e378 100644 --- a/source/uCEFApplicationCore.pas +++ b/source/uCEFApplicationCore.pas @@ -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; diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index 71ef64d0..3f56fe56 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 428, + "InternalVersion" : 429, "Name" : "cef4delphi_lazarus.lpk", "Version" : "104.4.26.0" }