From 032e1e57696fc7fc5f20d02bd0d0ed3a1188437c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Wed, 26 Feb 2025 16:23:14 +0100 Subject: [PATCH] Removed GlobalCEFApp.ApiHashUniversal mention in MiniBrowser --- demos/Lazarus_Linux_GTK2/MiniBrowser/uMiniBrowser.pas | 1 - update_CEF4Delphi.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/demos/Lazarus_Linux_GTK2/MiniBrowser/uMiniBrowser.pas b/demos/Lazarus_Linux_GTK2/MiniBrowser/uMiniBrowser.pas index aa1ba5f2..20baf0f0 100644 --- a/demos/Lazarus_Linux_GTK2/MiniBrowser/uMiniBrowser.pas +++ b/demos/Lazarus_Linux_GTK2/MiniBrowser/uMiniBrowser.pas @@ -445,7 +445,6 @@ var begin TempInfo := 'CEF : ' + CRLF + GlobalCEFApp.LibCefVersion + CRLF + CRLF + 'Chromium : ' + CRLF + GlobalCEFApp.ChromeVersion + CRLF + CRLF + - 'Universal API hash : ' + CRLF + GlobalCEFApp.ApiHashUniversal + CRLF + CRLF + 'Platform API hash : ' + CRLF + GlobalCEFApp.ApiHashPlatform + CRLF + CRLF + 'Commit API hash : ' + CRLF + GlobalCEFApp.ApiHashCommit; diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index 0bc6cced..d563dbfc 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 704, + "InternalVersion" : 705, "Name" : "cef4delphi_lazarus.lpk", "Version" : "133.4.0" }