• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2016-2021 The Khronos Group Inc.
2 // SPDX-License-Identifier: Apache-2.0
3 
4 #ifndef SPIRV_CROSS_GIT_VERSION_H_
5 #define SPIRV_CROSS_GIT_VERSION_H_
6 
7 #define SPIRV_CROSS_GIT_REVISION "Git commit: @spirv-cross-build-version@ Timestamp: @spirv-cross-timestamp@"
8 
9 #endif
10