From fb37b5720d4822f99359f97ae1ea207ee04b4b26 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 29 May 2015 17:52:19 +0800 Subject: [PATCH] Update brightray to use correct Chrome version string Close #1808 --- atom/common/chrome_version.h | 2 +- vendor/brightray | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atom/common/chrome_version.h b/atom/common/chrome_version.h index 6b2ea8d..093ed4e 100644 --- a/atom/common/chrome_version.h +++ b/atom/common/chrome_version.h @@ -8,7 +8,7 @@ #ifndef ATOM_COMMON_CHROME_VERSION_H_ #define ATOM_COMMON_CHROME_VERSION_H_ -#define CHROME_VERSION_STRING "42.0.2311.107" +#define CHROME_VERSION_STRING "43.0.2357.65" #define CHROME_VERSION "v" CHROME_VERSION_STRING #endif // ATOM_COMMON_CHROME_VERSION_H_ diff --git a/vendor/brightray b/vendor/brightray index 8fba2a8..7391c76 160000 --- a/vendor/brightray +++ b/vendor/brightray @@ -1 +1 @@ -Subproject commit 8fba2a883552ad939a63250b552f467fa4f9bedb +Subproject commit 7391c76630ad514ee8c9a7e0d5e7932b60f38ab1 -- 2.7.4