From eec3ad39d3d35bd6dbd378fcecd54efebf430be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Wed, 11 Jul 2018 09:51:22 +0200 Subject: [PATCH] Update to CEF 3.3396.1785.ga27bbfa --- source/uCEFApplication.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/uCEFApplication.pas b/source/uCEFApplication.pas index 73860b1a..ef21c8fa 100644 --- a/source/uCEFApplication.pas +++ b/source/uCEFApplication.pas @@ -61,7 +61,7 @@ uses const CEF_SUPPORTED_VERSION_MAJOR = 3; CEF_SUPPORTED_VERSION_MINOR = 3396; - CEF_SUPPORTED_VERSION_RELEASE = 1783; + CEF_SUPPORTED_VERSION_RELEASE = 1785; CEF_SUPPORTED_VERSION_BUILD = 0; CEF_CHROMEELF_VERSION_MAJOR = 67;