// // Copyright 2014 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // angle_version.h: ANGLE version constants. Generated from git commands. #ifndef COMMON_ANGLE_VERSION_H_ #define COMMON_ANGLE_VERSION_H_ #include "ANGLEShaderProgramVersion.h" #include "angle_commit.h" #define ANGLE_MAJOR_VERSION … #define ANGLE_MINOR_VERSION … #ifndef ANGLE_REVISION #define ANGLE_REVISION … #endif #define ANGLE_STRINGIFY(x) … #define ANGLE_MACRO_STRINGIFY(x) … #if (ANGLE_REVISION != 0) #define ANGLE_REVISION_SUFFIX … #else #define ANGLE_REVISION_SUFFIX … #endif #define ANGLE_VERSION_STRING … #endif // COMMON_ANGLE_VERSION_H_