From fba45f4e23f2cf0969f33c11573818b8e72d05b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Mon, 7 May 2018 10:53:47 +0200 Subject: [PATCH] Update to CEF 3.3359.1772.gd1df190 --- source/uCEFApplication.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/uCEFApplication.pas b/source/uCEFApplication.pas index c606b541..fa33a871 100644 --- a/source/uCEFApplication.pas +++ b/source/uCEFApplication.pas @@ -57,7 +57,7 @@ uses const CEF_SUPPORTED_VERSION_MAJOR = 3; CEF_SUPPORTED_VERSION_MINOR = 3359; - CEF_SUPPORTED_VERSION_RELEASE = 1769; + CEF_SUPPORTED_VERSION_RELEASE = 1772; CEF_SUPPORTED_VERSION_BUILD = 0; CEF_CHROMEELF_VERSION_MAJOR = 66;