aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <johnkslang@users.noreply.github.com>2020-03-17 00:37:33 -0600
committerGitHub <noreply@github.com>2020-03-17 00:37:33 -0600
commit8830d1d77492633a56115f3d55cf11c929fcddc9 (patch)
tree04b0a6476f177314996515854f6633f29cfdc2b6
parenta17e17e36da44d2cd1740132ecd7a8cb078f1d15 (diff)
parent927aae4dcb1496816a7e4eb581ba2a9e14764472 (diff)
downloadSPIRV-Headers-8830d1d77492633a56115f3d55cf11c929fcddc9.tar.gz
Merge pull request #135 from vulturm/patch-1
Also propagate SPIRV-Headers version to CMakeLists.txt
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6f4c4c..eb46947 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.4.1)
+project(SPIRV-Headers VERSION 1.5.1)
# There are two ways to use this project.
#