diff --git a/README.md b/README.md
index ef9b9055..664ade8a 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@ CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chro
 
 CEF4Delphi is based on DCEF3, made by Henri Gourvest. The original license of DCEF3 still applies to CEF4Delphi. Read the license terms in the first lines of any *.pas file.
 
-CEF4Delphi uses CEF 84.3.3 which includes Chromium 84.0.4147.89. 
+CEF4Delphi uses CEF 84.3.7 which includes Chromium 84.0.4147.89. 
 The CEF binaries used by CEF4Delphi are available for download at spotify :
-* [32 bits](http://opensource.spotify.com/cefbuilds/cef_binary_84.3.3%2Bgffc2f0e%2Bchromium-84.0.4147.89_windows32.tar.bz2)
-* [64 bits](http://opensource.spotify.com/cefbuilds/cef_binary_84.3.3%2Bgffc2f0e%2Bchromium-84.0.4147.89_windows64.tar.bz2)
+* [32 bits](http://opensource.spotify.com/cefbuilds/cef_binary_84.3.7%2Bg97011bc%2Bchromium-84.0.4147.89_windows32.tar.bz2)
+* [64 bits](http://opensource.spotify.com/cefbuilds/cef_binary_84.3.7%2Bg97011bc%2Bchromium-84.0.4147.89_windows64.tar.bz2)
 
 
 CEF4Delphi was developed and tested on Delphi 10.4 and it has been tested in Delphi 7, Delphi XE, Delphi 10, Delphi 10.2, Delphi 10.3 and Lazarus 2.0.10/FPC 3.2.0. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.
diff --git a/packages/cef.inc b/packages/cef.inc
index 8334dc78..901d7bb2 100644
--- a/packages/cef.inc
+++ b/packages/cef.inc
@@ -377,6 +377,9 @@
 
 {$IFDEF FPC}
   {$DEFINE SUPPORTS_INLINE}
+  {$IF DEFINED(FPC_FULLVERSION) AND (FPC_FULLVERSION >= 30200)}
+    {$DEFINE FPC_VER_320}
+  {$IFEND}
 {$ELSE}
   {$IFDEF DELPHI_VERSION_UNKNOW}
     {$DEFINE DELPHI5_UP}
diff --git a/packages/cef4delphi_lazarus.lpk b/packages/cef4delphi_lazarus.lpk
index 13204a22..142f5ee8 100644
--- a/packages/cef4delphi_lazarus.lpk
+++ b/packages/cef4delphi_lazarus.lpk
@@ -21,7 +21,7 @@
     </CompilerOptions>
     <Description Value="CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC."/>
     <License Value="MPL 1.1"/>
-    <Version Major="84" Minor="3" Release="3"/>
+    <Version Major="84" Minor="3" Release="7"/>
     <Files Count="189">
       <Item1>
         <Filename Value="..\source\uCEFAccessibilityHandler.pas"/>
diff --git a/source/uCEFApplicationCore.pas b/source/uCEFApplicationCore.pas
index 6a144184..a8ed2934 100644
--- a/source/uCEFApplicationCore.pas
+++ b/source/uCEFApplicationCore.pas
@@ -62,7 +62,7 @@ uses
 const
   CEF_SUPPORTED_VERSION_MAJOR   = 84;
   CEF_SUPPORTED_VERSION_MINOR   = 3;
-  CEF_SUPPORTED_VERSION_RELEASE = 3;
+  CEF_SUPPORTED_VERSION_RELEASE = 7;
   CEF_SUPPORTED_VERSION_BUILD   = 0;
 
   CEF_CHROMEELF_VERSION_MAJOR   = 84;
diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json
index 39dab4a7..f5cb04a8 100644
--- a/update_CEF4Delphi.json
+++ b/update_CEF4Delphi.json
@@ -2,9 +2,9 @@
   "UpdateLazPackages" : [
     {
       "ForceNotify" : true,
-      "InternalVersion" : 168,
+      "InternalVersion" : 169,
       "Name" : "cef4delphi_lazarus.lpk",
-      "Version" : "84.3.3.0"
+      "Version" : "84.3.7.0"
     }
   ],
   "UpdatePackageData" : {