1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-14 21:42:50 +02:00

Fixed release version check

This commit is contained in:
Salvador Díaz Fau
2018-09-07 12:58:51 +02:00
parent da735848e4
commit 8ebb5fb527

View File

@@ -61,7 +61,7 @@ uses
const const
CEF_SUPPORTED_VERSION_MAJOR = 3; CEF_SUPPORTED_VERSION_MAJOR = 3;
CEF_SUPPORTED_VERSION_MINOR = 3497; CEF_SUPPORTED_VERSION_MINOR = 3497;
CEF_SUPPORTED_VERSION_RELEASE = 1821; CEF_SUPPORTED_VERSION_RELEASE = 1827;
CEF_SUPPORTED_VERSION_BUILD = 0; CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 69; CEF_CHROMEELF_VERSION_MAJOR = 69;