v153: Minor version bump for bugs 14323, 14400, 14339, 14406
authorCody Northrop <cody@lunarg.com>
Tue, 25 Aug 2015 16:12:18 +0000 (10:12 -0600)
committerCody Northrop <cody@lunarg.com>
Wed, 26 Aug 2015 15:59:59 +0000 (09:59 -0600)
include/vulkan.h

index 5dbb64e..f8a7e86 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, 151, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 153, 0)
 
 
 #if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)