From 3eb6a3d6d83403fdcae5696f9d4c673107ba2dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Fri, 1 Mar 2019 11:48:02 +0100 Subject: [PATCH] Update to CEF 3.3626.1894.g90eb8cc --- source/uCEFApplication.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/uCEFApplication.pas b/source/uCEFApplication.pas index dd79b64d..1c7ee7fd 100644 --- a/source/uCEFApplication.pas +++ b/source/uCEFApplication.pas @@ -59,7 +59,7 @@ uses const CEF_SUPPORTED_VERSION_MAJOR = 3; CEF_SUPPORTED_VERSION_MINOR = 3626; - CEF_SUPPORTED_VERSION_RELEASE = 1891; + CEF_SUPPORTED_VERSION_RELEASE = 1894; CEF_SUPPORTED_VERSION_BUILD = 0; CEF_CHROMEELF_VERSION_MAJOR = 72;