diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-13 11:08:12 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-17 10:05:21 -0600 |
| commit | d62de1b91b0652aecbfaf0109f24b94479ce564c (patch) | |
| tree | f48fc903dee8a65912939fc3060a3dd149bf0e79 /include | |
| parent | 6fe4eedd84ed5bf4d1a1f91a61b12d654c7422d4 (diff) | |
| download | usermoji-d62de1b91b0652aecbfaf0109f24b94479ce564c.tar.xz | |
misc: Bump patch number to reflect diffs
We've incorporated two changes that are not in the upstream
v138 header so updating patch number to indicate that things
are different.
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 27283523..83ccc789 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -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, 138, 0) +#define VK_API_VERSION VK_MAKE_VERSION(0, 138, 1) #define VK_DEFINE_HANDLE(obj) typedef struct obj##_T* obj; |
