header: Move vk.xml to version 1.0.30
authorMark Lobodzinski <mark@lunarg.com>
Fri, 7 Oct 2016 20:26:07 +0000 (14:26 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 7 Oct 2016 20:30:08 +0000 (14:30 -0600)
Change-Id: Id238f998c88d19f1549273359d559a602963c002

vk.xml

diff --git a/vk.xml b/vk.xml
index ce8f04c..b2d9cb0 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> 29</type>
+#define <name>VK_HEADER_VERSION</name> 30</type>
 
         <type category="define">
 #define <name>VK_DEFINE_HANDLE</name>(object) typedef struct object##_T* object;</type>