Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.24.0/common/version.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

17 lines
285 B
C

/*
Copyright (c) 2022-2024, 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 24
#define ISPC_VERSION_PATCH 0
#define ISPC_VERSION "1.24.0"