1- // Copyright (c) 2017 Marshall A. Greenblatt. All rights reserved.
1+ // Copyright (c) 2018 Marshall A. Greenblatt. All rights reserved.
22//
33// Redistribution and use in source and binary forms, with or without
44// modification, are permitted provided that the following conditions are
3535#ifndef CEF_INCLUDE_CEF_VERSION_H_
3636#define CEF_INCLUDE_CEF_VERSION_H_
3737
38- #define CEF_VERSION "3.2987.1601.gf035232 "
38+ #define CEF_VERSION "3.3359.1774.gd49d25f "
3939#define CEF_VERSION_MAJOR 3
40- #define CEF_COMMIT_NUMBER 1601
41- #define CEF_COMMIT_HASH "f035232c082f837d2b85bd7821a93a54fc742775 "
42- #define COPYRIGHT_YEAR 2017
40+ #define CEF_COMMIT_NUMBER 1774
41+ #define CEF_COMMIT_HASH "d49d25f881b68f418e243e12801cbbb7caebb563 "
42+ #define COPYRIGHT_YEAR 2018
4343
44- #define CHROME_VERSION_MAJOR 57
44+ #define CHROME_VERSION_MAJOR 66
4545#define CHROME_VERSION_MINOR 0
46- #define CHROME_VERSION_BUILD 2987
47- #define CHROME_VERSION_PATCH 133
46+ #define CHROME_VERSION_BUILD 3359
47+ #define CHROME_VERSION_PATCH 181
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 "b0a24e3e202f3d8b72f2fbc1ebc5864f96ec16ae "
66+ #define CEF_API_HASH_UNIVERSAL "84263345b0b1143139aba560e5e5ed16fb6a9628 "
6767#if defined(OS_WIN )
68- #define CEF_API_HASH_PLATFORM "1c6a27f840ac87c8c971350c907edbe2c5fa0387 "
68+ #define CEF_API_HASH_PLATFORM "cf092ef692a2ff18b0fc732b58bde9b8b8655fcc "
6969#elif defined(OS_MACOSX )
70- #define CEF_API_HASH_PLATFORM "1567db600ee83cc2a59bb8c17ca416d11a7c9b8a "
70+ #define CEF_API_HASH_PLATFORM "34f636bde2f02cb43c10061f384af4fc51c26e1f "
7171#elif defined(OS_LINUX )
72- #define CEF_API_HASH_PLATFORM "1f9f9e15bf7cf13de2557ddd411dfc9f694503b0 "
72+ #define CEF_API_HASH_PLATFORM "6b57a640612f8d459042917ad2568b1526a70af4 "
7373#endif
7474
7575// Returns CEF version information for the libcef library. The |entry|
0 commit comments