2021-05-08 08:24:34 +00:00
|
|
|
// Copyright 2016-2021 The Khronos Group Inc.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-05-24 13:23:29 +00:00
|
|
|
#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
|