Merge pull request #8668 from electron/fix-mas
[platform/framework/web/crosswalk-tizen.git] / script / chrome_version.h.in
1 // Copyright (c) 2014 GitHub, Inc.
2 // Use of this source code is governed by the MIT license that can be
3 // found in the LICENSE file.
4
5 // This file is generated by script/bootstrap.py, you should never modify it
6 // by hand.
7
8 #ifndef ATOM_COMMON_CHROME_VERSION_H_
9 #define ATOM_COMMON_CHROME_VERSION_H_
10
11 #define CHROME_VERSION_STRING "{PLACEHOLDER}"
12 #define CHROME_VERSION "v" CHROME_VERSION_STRING
13
14 #endif  // ATOM_COMMON_CHROME_VERSION_H_