aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-10 16:58:42 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-17 10:05:19 -0600
commitd6089595361cc3e0e51ae1108c5cc7a5ca0d061b (patch)
treeb775f62c39e6d692304bddc86ecca43a3c25e772 /include
parentcee419c803b98c25a09d4a89cc358b35248d0960 (diff)
downloadusermoji-d6089595361cc3e0e51ae1108c5cc7a5ca0d061b.tar.xz
misc: Bump header version
Diffstat (limited to 'include')
-rw-r--r--include/vulkan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h
index f2b35c65..1b043870 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -33,7 +33,7 @@
#include "vk_platform.h"
// Vulkan API version supported by this file
-#define VK_API_VERSION VK_MAKE_VERSION(0, 131, 1)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 132, 1)
#ifdef __cplusplus
extern "C"