7 lines
189 B
C
7 lines
189 B
C
|
#ifndef SPIRV_CROSS_GIT_VERSION_H_
|
||
|
#define SPIRV_CROSS_GIT_VERSION_H_
|
||
|
|
||
|
#define SPIRV_CROSS_GIT_REVISION "Git commit: @spirv-cross-build-version@ Timestamp: @spirv-cross-timestamp@"
|
||
|
|
||
|
#endif
|