Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.21.0/common/version.h
2025-05-18 13:04:45 +08:00

17 lines
285 B
C

/*
Copyright (c) 2022-2023, Intel Corporation
SPDX-License-Identifier: BSD-3-Clause
*/
/** @file version.h
@brief defines the ISPC version
*/
#pragma once
#define ISPC_VERSION_MAJOR 1
#define ISPC_VERSION_MINOR 21
#define ISPC_VERSION_PATCH 0
#define ISPC_VERSION "1.21.0"