From: Jason Ekstrand Date: Mon, 22 Jun 2020 21:15:02 +0000 (-0500) Subject: anv: Bump the advertised patch version to 145 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ac99b9f39dc622d822a4ba54ae4bfad6ed30021;p=mesa.git anv: Bump the advertised patch version to 145 Part-of: --- diff --git a/src/intel/vulkan/anv_extensions.py b/src/intel/vulkan/anv_extensions.py index 4ccfe83d970..2d71f12cb1c 100644 --- a/src/intel/vulkan/anv_extensions.py +++ b/src/intel/vulkan/anv_extensions.py @@ -32,7 +32,7 @@ sys.path.append(VULKAN_UTIL) from vk_extensions import * -API_PATCH_VERSION = 131 +API_PATCH_VERSION = 145 # Supported API versions. Each one is the maximum patch version for the given # version. Version come in increasing order and each version is available if