bump CHROME_VERSION_STRING

TODO: automatically pull in the real chrome version
This commit is contained in:
Jeremy Apthorp 2018-09-14 17:20:49 -07:00 committed by Aleksei Kuzmin
parent 78c8951a50
commit d5e9b662f8

View file

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