/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
test
common/version.h
16 строк
288 B
Arina Neshlyaeva
Bump version to 1.22.0dev
18 авг 2023, 21:27
18 авг 2023, 21:27
9d7b945
Код
Авторство
О чём код?
/* 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 22 #define ISPC_VERSION_PATCH 0 #define ISPC_VERSION "1.22.0dev"