summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2020-03-06 19:12:26 +0100
committerEric Engestrom <[email protected]>2020-03-10 12:47:01 +0100
commit5f4fd166fdff1b6525a2831b838c0f9d9b1507d5 (patch)
tree4f81333fd1a68d9a50ae5147f0e2db1294426d83 /bin
parent33c6933ef466b3cedb105499c967747181f99627 (diff)
gen_release_notes: fix vulkan version reported
Fixes: 4ef3f7e3d37ece7b4339 ("anv: Enable Vulkan 1.2 support") Fixes: 7f5462e349a3f082e294 ("radv: enable Vulkan 1.2") Fixes: 75755e0eba17f8500367 ("turnip: Pretend to support Vulkan 1.2") Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4092> (cherry picked from commit 2557d614d36da58ceedfdbb021b8d1f566f7d0e9)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gen_release_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen_release_notes.py b/bin/gen_release_notes.py
index 09344c419ea..cb783e2c671 100755
--- a/bin/gen_release_notes.py
+++ b/bin/gen_release_notes.py
@@ -36,7 +36,7 @@ from mako import exceptions
CURRENT_GL_VERSION = '4.6'
-CURRENT_VK_VERSION = '1.1'
+CURRENT_VK_VERSION = '1.2'
TEMPLATE = Template(textwrap.dedent("""\
<%!