aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2020-01-15 08:08:32 -0600
committerJason Ekstrand <[email protected]>2020-01-15 08:34:57 -0600
commit7e3e2ce702852d2617c250ad6cb68371697d9fa4 (patch)
tree267c04ca23284bc100fb12f5d8c06ce306a8503b
parentf33a68af63eb92cb62b40b6a405aed7b4ea1e920 (diff)
anv: Bump the patch version to 131
-rw-r--r--src/intel/vulkan/anv_extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_extensions.py b/src/intel/vulkan/anv_extensions.py
index 70ec1b6c9b6..6b721ab011c 100644
--- a/src/intel/vulkan/anv_extensions.py
+++ b/src/intel/vulkan/anv_extensions.py
@@ -45,7 +45,7 @@ class ApiVersion:
self.version = version
self.enable = _bool_to_c_expr(enable)
-API_PATCH_VERSION = 129
+API_PATCH_VERSION = 131
# 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