chrome_version.h 440 B

123456789101112131415
  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. // This file is generated by script/bootstrap.py, you should never modify it
  5. // by hand.
  6. #ifndef ATOM_COMMON_CHROME_VERSION_H_
  7. #define ATOM_COMMON_CHROME_VERSION_H_
  8. #define CHROME_VERSION_STRING "63.0.3239.150"
  9. #define CHROME_VERSION "v" CHROME_VERSION_STRING
  10. #endif // ATOM_COMMON_CHROME_VERSION_H_