From ccd7f307249a34c53c7e3605bfe47617f6e69db3 Mon Sep 17 00:00:00 2001 From: salvadordf Date: Thu, 1 Sep 2022 15:11:50 +0200 Subject: [PATCH] Fixed CEF_CHROMEELF_VERSION_MAJOR value --- source/uCEFApplicationCore.pas | 2 +- update_CEF4Delphi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ 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; 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" }