anv: Bump the advertised patch version to 129

We've been keeping up with the spec updates.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Jason Ekstrand
2019-12-10 14:26:07 -06:00
parent 5f5f5019bd
commit 776cfde699

View File

@@ -45,7 +45,7 @@ class ApiVersion:
self.version = version self.version = version
self.enable = _bool_to_c_expr(enable) self.enable = _bool_to_c_expr(enable)
API_PATCH_VERSION = 102 API_PATCH_VERSION = 129
# Supported API versions. Each one is the maximum patch version for the given # 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 # version. Version come in increasing order and each version is available if