aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Vultur <xanto@egaming.ro>2020-01-01 04:50:17 +0200
committerGitHub <noreply@github.com>2020-01-01 04:50:17 +0200
commit927aae4dcb1496816a7e4eb581ba2a9e14764472 (patch)
tree29102ca809b85192dccd19c5b8f6eccbae9075ce
parent204cd131c42b90d129073719f2766293ce35c081 (diff)
downloadSPIRV-Headers-927aae4dcb1496816a7e4eb581ba2a9e14764472.tar.gz
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.
#