misc: bump header version to 170
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 16 Sep 2015 23:01:46 +0000 (17:01 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 17 Sep 2015 21:32:11 +0000 (15:32 -0600)
This is version of header included in the provisional spec release
branch: release_provisional_I_20150910

include/vulkan.h

index 01cbfec4fc8308269ab4ddfc22565f017ff004fc..5f1972f3e5155d717d0a6c2fcb0a52a42f5bee25 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, 169, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 170, 0)
 
 
 #if defined(__cplusplus) && (_MSC_VER >= 1800 || __cplusplus >= 201103L)