From: Jason Ekstrand Date: Mon, 17 Dec 2018 16:48:47 +0000 (-0600) Subject: anv: Bump the patch version to 96 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3feda3cf3574cb48e7b42e9e80328069591d7859;p=mesa.git anv: Bump the patch version to 96 Reviewed-by: Lionel Landwerlin --- diff --git a/src/intel/vulkan/anv_extensions.py b/src/intel/vulkan/anv_extensions.py index b6269d0047a..a0bf4127002 100644 --- a/src/intel/vulkan/anv_extensions.py +++ b/src/intel/vulkan/anv_extensions.py @@ -47,7 +47,7 @@ class ApiVersion: self.version = version self.enable = _bool_to_c_expr(enable) -API_PATCH_VERSION = 90 +API_PATCH_VERSION = 96 # 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