1
- // Copyright (c) 2017 Marshall A. Greenblatt. All rights reserved.
1
+ // Copyright (c) 2018 Marshall A. Greenblatt. All rights reserved.
2
2
//
3
3
// Redistribution and use in source and binary forms, with or without
4
4
// modification, are permitted provided that the following conditions are
35
35
#ifndef CEF_INCLUDE_CEF_VERSION_H_
36
36
#define CEF_INCLUDE_CEF_VERSION_H_
37
37
38
- #define CEF_VERSION "3.3029.1604.g364cd86 "
38
+ #define CEF_VERSION "3.3359.1774.gd49d25f "
39
39
#define CEF_VERSION_MAJOR 3
40
- #define CEF_COMMIT_NUMBER 1604
41
- #define CEF_COMMIT_HASH "364cd863b14617f21e6bf8fd3ca3faea01e2ef38 "
42
- #define COPYRIGHT_YEAR 2017
40
+ #define CEF_COMMIT_NUMBER 1774
41
+ #define CEF_COMMIT_HASH "d49d25f881b68f418e243e12801cbbb7caebb563 "
42
+ #define COPYRIGHT_YEAR 2018
43
43
44
- #define CHROME_VERSION_MAJOR 58
44
+ #define CHROME_VERSION_MAJOR 66
45
45
#define CHROME_VERSION_MINOR 0
46
- #define CHROME_VERSION_BUILD 3029
47
- #define CHROME_VERSION_PATCH 81
46
+ #define CHROME_VERSION_BUILD 3359
47
+ #define CHROME_VERSION_PATCH 181
48
48
49
49
#define DO_MAKE_STRING (p ) #p
50
50
#define MAKE_STRING (p ) DO_MAKE_STRING(p)
@@ -63,13 +63,13 @@ extern "C" {
63
63
// universal hash value will change if any platform is affected whereas the
64
64
// platform hash values will change only if that particular platform is
65
65
// affected.
66
- #define CEF_API_HASH_UNIVERSAL "f0e835273a00acd02a699af272fc8f6ff9c5645c "
66
+ #define CEF_API_HASH_UNIVERSAL "84263345b0b1143139aba560e5e5ed16fb6a9628 "
67
67
#if defined(OS_WIN )
68
- #define CEF_API_HASH_PLATFORM "3cf7ac2b9aa61adfb9e5decdf0d32fbf78813355 "
68
+ #define CEF_API_HASH_PLATFORM "cf092ef692a2ff18b0fc732b58bde9b8b8655fcc "
69
69
#elif defined(OS_MACOSX )
70
- #define CEF_API_HASH_PLATFORM "f1d2ed00ab93e03a215fd787e6da9127e2949fd8 "
70
+ #define CEF_API_HASH_PLATFORM "34f636bde2f02cb43c10061f384af4fc51c26e1f "
71
71
#elif defined(OS_LINUX )
72
- #define CEF_API_HASH_PLATFORM "698e69c4297cc63b9893558a8591e7bd7aeeb0d4 "
72
+ #define CEF_API_HASH_PLATFORM "6b57a640612f8d459042917ad2568b1526a70af4 "
73
73
#endif
74
74
75
75
// Returns CEF version information for the libcef library. The |entry|
0 commit comments