Fix building on Linux

This commit is contained in:
Cheng Zhao 2016-09-06 17:44:34 +09:00
parent f28e8d7168
commit 4aa292c7cd
3 changed files with 9 additions and 6 deletions

View file

@ -8,7 +8,7 @@
#ifndef ATOM_COMMON_CHROME_VERSION_H_
#define ATOM_COMMON_CHROME_VERSION_H_
#define CHROME_VERSION_STRING "52.0.2743.82"
#define CHROME_VERSION_STRING "53.0.2785.89"
#define CHROME_VERSION "v" CHROME_VERSION_STRING
#endif // ATOM_COMMON_CHROME_VERSION_H_