Skip to content

Commit ee6ee8f

Browse files
committed
Update to Chromium 68.0.3440.84
1 parent 6cf003e commit ee6ee8f

3 files changed

Lines changed: 30 additions & 30 deletions

File tree

src/version/cef_version_linux.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.3396.1786.gd3e36d0"
38+
#define CEF_VERSION "3.3440.1805.gbe070f9"
3939
#define CEF_VERSION_MAJOR 3
40-
#define CEF_COMMIT_NUMBER 1786
41-
#define CEF_COMMIT_HASH "d3e36d052cbc530cbe1bde4d74d45da075e07d47"
40+
#define CEF_COMMIT_NUMBER 1805
41+
#define CEF_COMMIT_HASH "be070f9c4abce134dbd59da8c864b564d47ba04b"
4242
#define COPYRIGHT_YEAR 2018
4343

44-
#define CHROME_VERSION_MAJOR 67
44+
#define CHROME_VERSION_MAJOR 68
4545
#define CHROME_VERSION_MINOR 0
46-
#define CHROME_VERSION_BUILD 3396
47-
#define CHROME_VERSION_PATCH 79
46+
#define CHROME_VERSION_BUILD 3440
47+
#define CHROME_VERSION_PATCH 84
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 "84263345b0b1143139aba560e5e5ed16fb6a9628"
66+
#define CEF_API_HASH_UNIVERSAL "0426e799e1624ab88869791c71ea896694484f6c"
6767
#if defined(OS_WIN)
68-
#define CEF_API_HASH_PLATFORM "cf092ef692a2ff18b0fc732b58bde9b8b8655fcc"
68+
#define CEF_API_HASH_PLATFORM "45d12d3e62f23ad13c72890b2a12749f5c6679cd"
6969
#elif defined(OS_MACOSX)
70-
#define CEF_API_HASH_PLATFORM "34f636bde2f02cb43c10061f384af4fc51c26e1f"
70+
#define CEF_API_HASH_PLATFORM "7ddd2ecf028f4c35df6a011d6cd02062a3be0245"
7171
#elif defined(OS_LINUX)
72-
#define CEF_API_HASH_PLATFORM "6b57a640612f8d459042917ad2568b1526a70af4"
72+
#define CEF_API_HASH_PLATFORM "ca361b54b22b3159a8f81748caa29224ac334324"
7373
#endif
7474

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

src/version/cef_version_mac.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.3396.1786.gd3e36d0"
38+
#define CEF_VERSION "3.3440.1805.gbe070f9"
3939
#define CEF_VERSION_MAJOR 3
40-
#define CEF_COMMIT_NUMBER 1786
41-
#define CEF_COMMIT_HASH "d3e36d052cbc530cbe1bde4d74d45da075e07d47"
40+
#define CEF_COMMIT_NUMBER 1805
41+
#define CEF_COMMIT_HASH "be070f9c4abce134dbd59da8c864b564d47ba04b"
4242
#define COPYRIGHT_YEAR 2018
4343

44-
#define CHROME_VERSION_MAJOR 67
44+
#define CHROME_VERSION_MAJOR 68
4545
#define CHROME_VERSION_MINOR 0
46-
#define CHROME_VERSION_BUILD 3396
47-
#define CHROME_VERSION_PATCH 79
46+
#define CHROME_VERSION_BUILD 3440
47+
#define CHROME_VERSION_PATCH 84
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 "84263345b0b1143139aba560e5e5ed16fb6a9628"
66+
#define CEF_API_HASH_UNIVERSAL "0426e799e1624ab88869791c71ea896694484f6c"
6767
#if defined(OS_WIN)
68-
#define CEF_API_HASH_PLATFORM "cf092ef692a2ff18b0fc732b58bde9b8b8655fcc"
68+
#define CEF_API_HASH_PLATFORM "45d12d3e62f23ad13c72890b2a12749f5c6679cd"
6969
#elif defined(OS_MACOSX)
70-
#define CEF_API_HASH_PLATFORM "34f636bde2f02cb43c10061f384af4fc51c26e1f"
70+
#define CEF_API_HASH_PLATFORM "7ddd2ecf028f4c35df6a011d6cd02062a3be0245"
7171
#elif defined(OS_LINUX)
72-
#define CEF_API_HASH_PLATFORM "6b57a640612f8d459042917ad2568b1526a70af4"
72+
#define CEF_API_HASH_PLATFORM "ca361b54b22b3159a8f81748caa29224ac334324"
7373
#endif
7474

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

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.3396.1786.gd3e36d0"
38+
#define CEF_VERSION "3.3440.1805.gbe070f9"
3939
#define CEF_VERSION_MAJOR 3
40-
#define CEF_COMMIT_NUMBER 1786
41-
#define CEF_COMMIT_HASH "d3e36d052cbc530cbe1bde4d74d45da075e07d47"
40+
#define CEF_COMMIT_NUMBER 1805
41+
#define CEF_COMMIT_HASH "be070f9c4abce134dbd59da8c864b564d47ba04b"
4242
#define COPYRIGHT_YEAR 2018
4343

44-
#define CHROME_VERSION_MAJOR 67
44+
#define CHROME_VERSION_MAJOR 68
4545
#define CHROME_VERSION_MINOR 0
46-
#define CHROME_VERSION_BUILD 3396
47-
#define CHROME_VERSION_PATCH 79
46+
#define CHROME_VERSION_BUILD 3440
47+
#define CHROME_VERSION_PATCH 84
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 "84263345b0b1143139aba560e5e5ed16fb6a9628"
66+
#define CEF_API_HASH_UNIVERSAL "0426e799e1624ab88869791c71ea896694484f6c"
6767
#if defined(OS_WIN)
68-
#define CEF_API_HASH_PLATFORM "cf092ef692a2ff18b0fc732b58bde9b8b8655fcc"
68+
#define CEF_API_HASH_PLATFORM "45d12d3e62f23ad13c72890b2a12749f5c6679cd"
6969
#elif defined(OS_MACOSX)
70-
#define CEF_API_HASH_PLATFORM "34f636bde2f02cb43c10061f384af4fc51c26e1f"
70+
#define CEF_API_HASH_PLATFORM "7ddd2ecf028f4c35df6a011d6cd02062a3be0245"
7171
#elif defined(OS_LINUX)
72-
#define CEF_API_HASH_PLATFORM "6b57a640612f8d459042917ad2568b1526a70af4"
72+
#define CEF_API_HASH_PLATFORM "ca361b54b22b3159a8f81748caa29224ac334324"
7373
#endif
7474

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

0 commit comments

Comments
 (0)