2014-10-31 18:17:05 +00:00
|
|
|
// Copyright (c) 2014 GitHub, Inc.
|
2014-08-05 00:46:06 +00:00
|
|
|
// Use of this source code is governed by the MIT license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
// This file is generated by script/bootstrap.py, you should never modify it
|
|
|
|
// by hand.
|
|
|
|
|
|
|
|
#ifndef ATOM_COMMON_CHROME_VERSION_H_
|
|
|
|
#define ATOM_COMMON_CHROME_VERSION_H_
|
|
|
|
|
2017-02-06 01:12:33 +00:00
|
|
|
#define CHROME_VERSION_STRING "56.0.2924.87"
|
2014-08-05 00:46:06 +00:00
|
|
|
#define CHROME_VERSION "v" CHROME_VERSION_STRING
|
|
|
|
|
|
|
|
#endif // ATOM_COMMON_CHROME_VERSION_H_
|