misc: Bump to header version 183
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 23 Oct 2015 19:39:19 +0000 (13:39 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Mon, 26 Oct 2015 22:24:10 +0000 (16:24 -0600)
include/vulkan.h

index 312ed70..d6eb918 100644 (file)
@@ -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)