From ee7e1caa2d158f4935d84fa57f6b0ed869556ff0 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 23 Oct 2015 13:39:19 -0600 Subject: misc: Bump to header version 183 --- include/vulkan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vulkan.h b/include/vulkan.h index 312ed70e..d6eb918c 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -41,7 +41,7 @@ extern "C" { ((major << 22) | (minor << 12) | patch) // Vulkan API version supported by this file -#define VK_API_VERSION VK_MAKE_VERSION(0, 182, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 183, 0) #if defined(__cplusplus) && ((defined(_MSC_VER) && _MSC_VER >= 1800) || __cplusplus >= 201103L) -- cgit v1.2.3