mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 09:50:08 +01:00
maintainer-scripts: Bump Vulkan release version to 1.4
Since support is landed or landing for several drivers. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32442>
This commit is contained in:
parent
69bce622e9
commit
845f5eca27
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ import docutils.utils
|
|||
import docutils.parsers.rst.states as states
|
||||
|
||||
CURRENT_GL_VERSION = '4.6'
|
||||
CURRENT_VK_VERSION = '1.3'
|
||||
CURRENT_VK_VERSION = '1.4'
|
||||
|
||||
TEMPLATE = Template(textwrap.dedent("""\
|
||||
${header}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue