From 7ab81f52334efb001f9979c7a0ac1965867c2a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Fri, 22 Dec 2017 12:03:15 +0100 Subject: [PATCH] Update to CEF 3.3239.1709.g093cae4 --- source/uCEFApplication.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/uCEFApplication.pas b/source/uCEFApplication.pas index fefd66b9..8bea18a9 100644 --- a/source/uCEFApplication.pas +++ b/source/uCEFApplication.pas @@ -57,7 +57,7 @@ uses const CEF_SUPPORTED_VERSION_MAJOR = 3; CEF_SUPPORTED_VERSION_MINOR = 3239; - CEF_SUPPORTED_VERSION_RELEASE = 1705; + CEF_SUPPORTED_VERSION_RELEASE = 1709; CEF_SUPPORTED_VERSION_BUILD = 0; CEF_CHROMEELF_VERSION_MAJOR = 63;