Bump version to 1.4.1 in CMakeLists.txt

This commit is contained in:
Zachary Ferguson
2025-10-14 22:11:33 -04:00
parent 5bfe3c0352
commit 7e1e27297a

View File

@@ -60,7 +60,7 @@ cmake_policy(SET CMP0114 NEW) # Support the Xcode "new build system"
project(MoltenVK
DESCRIPTION "MoltenVK is a Vulkan Portability implementation. It layers a subset of the high-performance, industry-standard Vulkan graphics and compute API over Apple's Metal graphics framework, enabling Vulkan applications to run on macOS, iOS and tvOS."
LANGUAGES C CXX OBJC OBJCXX
VERSION "1.4.0")
VERSION "1.4.1")
set(MVK_CONFIG_LOG_LEVEL "info" CACHE STRING "Set the default log level for MoltenVK. Options are: debug, info, warn, error, off. Default is 'info'.")
set_property(CACHE MVK_CONFIG_LOG_LEVEL PROPERTY STRINGS "debug" "info" "warn" "error" "off")