header: Move vk.xml to version 1.0.31
authorMark Lobodzinski <mark@lunarg.com>
Mon, 17 Oct 2016 22:48:09 +0000 (16:48 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Tue, 18 Oct 2016 14:50:58 +0000 (08:50 -0600)
Change-Id: If908ba18545c4afc0d041904c0daa57a2569c5a9

vk.xml

diff --git a/vk.xml b/vk.xml
index b2d9cb0..7fcb2eb 100644 (file)
--- a/vk.xml
+++ b/vk.xml
@@ -104,7 +104,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project.
         <type category="define">// Vulkan 1.0 version number
 #define <name>VK_API_VERSION_1_0</name> <type>VK_MAKE_VERSION</type>(1, 0, 0)</type>    <!-- The patch version here should never be set to anything other than 0 -->
         <type category="define">// Version of this file
-#define <name>VK_HEADER_VERSION</name> 30</type>
+#define <name>VK_HEADER_VERSION</name> 31</type>
 
         <type category="define">
 #define <name>VK_DEFINE_HANDLE</name>(object) typedef struct object##_T* object;</type>