2014-10-31 21:17:05 +03:00
|
|
|
// Copyright (c) 2014 GitHub, Inc.
|
2014-08-05 04:46:06 +04: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_
|
|
|
|
|
2016-01-16 06:43:15 +03:00
|
|
|
#define CHROME_VERSION_STRING "47.0.2526.110"
|
2014-08-05 04:46:06 +04:00
|
|
|
#define CHROME_VERSION "v" CHROME_VERSION_STRING
|
|
|
|
|
|
|
|
#endif // ATOM_COMMON_CHROME_VERSION_H_
|