mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
bin/gen_release_notes.py: bump advertised vulkan version to 1.3
Fixes:df8ac77af8("anv: Advertise Vulkan 1.3") Fixes:08c6f437cf("radv: advertise Vulkan 1.3") Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17759>
This commit is contained in:
parent
49237c0eb3
commit
446d2039cb
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ import docutils.utils
|
||||||
import docutils.parsers.rst.states as states
|
import docutils.parsers.rst.states as states
|
||||||
|
|
||||||
CURRENT_GL_VERSION = '4.6'
|
CURRENT_GL_VERSION = '4.6'
|
||||||
CURRENT_VK_VERSION = '1.2'
|
CURRENT_VK_VERSION = '1.3'
|
||||||
|
|
||||||
TEMPLATE = Template(textwrap.dedent("""\
|
TEMPLATE = Template(textwrap.dedent("""\
|
||||||
${header}
|
${header}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue