Skip to content

Commit 063fa36

Browse files
committed
Upgrade to 3.3538.1852
1 parent cf4339d commit 063fa36

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text eol=lf
2+
*.jpg -text
3+
*.png -text
4+
*.ico -text

src/version/cef_version_win.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
#ifndef CEF_INCLUDE_CEF_VERSION_H_
3636
#define CEF_INCLUDE_CEF_VERSION_H_
3737

38-
#define CEF_VERSION "3.3497.1841.g7f37a0a"
38+
#define CEF_VERSION "3.3538.1852.gcb937fc"
3939
#define CEF_VERSION_MAJOR 3
40-
#define CEF_COMMIT_NUMBER 1841
41-
#define CEF_COMMIT_HASH "7f37a0a1303618b56ec2dc4eb3d523e0667449e8"
40+
#define CEF_COMMIT_NUMBER 1852
41+
#define CEF_COMMIT_HASH "cb937fc9cd02a5b5f4d5aea2d880e05fbab621bf"
4242
#define COPYRIGHT_YEAR 2018
4343

44-
#define CHROME_VERSION_MAJOR 69
44+
#define CHROME_VERSION_MAJOR 70
4545
#define CHROME_VERSION_MINOR 0
46-
#define CHROME_VERSION_BUILD 3497
47-
#define CHROME_VERSION_PATCH 100
46+
#define CHROME_VERSION_BUILD 3538
47+
#define CHROME_VERSION_PATCH 102
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 "0426e799e1624ab88869791c71ea896694484f6c"
66+
#define CEF_API_HASH_UNIVERSAL "040ce5036de742f2e20741ea315f8943acb52825"
6767
#if defined(OS_WIN)
68-
#define CEF_API_HASH_PLATFORM "45d12d3e62f23ad13c72890b2a12749f5c6679cd"
68+
#define CEF_API_HASH_PLATFORM "89b811362d1e7c4c7f63080451f8d2a29f3f123f"
6969
#elif defined(OS_MACOSX)
70-
#define CEF_API_HASH_PLATFORM "7ddd2ecf028f4c35df6a011d6cd02062a3be0245"
70+
#define CEF_API_HASH_PLATFORM "41afc46359f3ce0704aef51755b1f10fdf7091ed"
7171
#elif defined(OS_LINUX)
72-
#define CEF_API_HASH_PLATFORM "ca361b54b22b3159a8f81748caa29224ac334324"
72+
#define CEF_API_HASH_PLATFORM "1e06dc06555ed213fb88f06f5ac77a2bdc1a7198"
7373
#endif
7474

7575
// Returns CEF version information for the libcef library. The |entry|

0 commit comments

Comments
 (0)