3535#ifndef CEF_INCLUDE_CEF_VERSION_H_
3636#define CEF_INCLUDE_CEF_VERSION_H_
3737
38- #define CEF_VERSION "3.2883.1553.g80bd606 "
38+ #define CEF_VERSION "3.2924.1575.g97389a9 "
3939#define CEF_VERSION_MAJOR 3
40- #define CEF_COMMIT_NUMBER 1553
41- #define CEF_COMMIT_HASH "80bd6062d7ac4c5fd1d7bc7ee78e8e59d4a040aa "
40+ #define CEF_COMMIT_NUMBER 1575
41+ #define CEF_COMMIT_HASH "97389a92ee2309ded830338d6afd61ba109d31d8 "
4242#define COPYRIGHT_YEAR 2017
4343
44- #define CHROME_VERSION_MAJOR 55
44+ #define CHROME_VERSION_MAJOR 56
4545#define CHROME_VERSION_MINOR 0
46- #define CHROME_VERSION_BUILD 2883
47- #define CHROME_VERSION_PATCH 87
46+ #define CHROME_VERSION_BUILD 2924
47+ #define CHROME_VERSION_PATCH 76
4848
4949#define DO_MAKE_STRING (p ) #p
5050#define MAKE_STRING (p ) DO_MAKE_STRING(p)
@@ -63,13 +63,13 @@ extern "C" {
6363// universal hash value will change if any platform is affected whereas the
6464// platform hash values will change only if that particular platform is
6565// affected.
66- #define CEF_API_HASH_UNIVERSAL "87b7eefcb86c87b28f86bfd7919f7d7a6cffc0d8 "
66+ #define CEF_API_HASH_UNIVERSAL "66de193ba22e1d92a99bb29d60f3107709aeefda "
6767#if defined(OS_WIN )
68- #define CEF_API_HASH_PLATFORM "00823905486d7b7222da5654fe35d2d15f65543a "
68+ #define CEF_API_HASH_PLATFORM "8055740cd08db66cefe838a826dc90806fadfb33 "
6969#elif defined(OS_MACOSX )
70- #define CEF_API_HASH_PLATFORM "f0180f006643782254250f34e858b98110a40e6e "
70+ #define CEF_API_HASH_PLATFORM "12d8ab423df369b68d37c3667123a1812bc0d345 "
7171#elif defined(OS_LINUX )
72- #define CEF_API_HASH_PLATFORM "14b19454a4231fa10a77b8955954dc95f073af6b "
72+ #define CEF_API_HASH_PLATFORM "86ab23c0d7dafbdff7f66764cf8dac5ec1712af4 "
7373#endif
7474
7575// Returns CEF version information for the libcef library. The |entry|
0 commit comments