Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaun Krisch <raun.krisch@gmail.com>2021-11-10 07:18:12 +0300
committerGitHub <noreply@github.com>2021-11-10 07:18:12 +0300
commitb8bc8cae7d3b402a7c07ec717b268211f3f1dfda (patch)
treee027a8f065f6cd2c03cd0ff008d92aed0ed8629c
parent29817199b7069bac971e5365d180295d4b077ebe (diff)
parentc8213b3c5a2cf3a0f5c4d1e7d7b8fc2ac9f4806d (diff)
Merge pull request #246 from AndreyMlashkin/correct_lib_version
add 1.5.5 tag
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c111500..f19390a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@
# https://www.khronos.org/registry/spir-v/
#
cmake_minimum_required(VERSION 3.0)
-project(SPIRV-Headers VERSION 1.5.1)
+project(SPIRV-Headers VERSION 1.5.5)
# There are two ways to use this project.
#