From 1e95cc9fbe27a4aeda4a4bdb6c57bf96f5884be7 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 26 Jul 2022 22:16:42 +0100 Subject: [PATCH] bin/gen_release_notes.py: bump advertised vulkan version to 1.3 Fixes: df8ac77af8093c87d5d5 ("anv: Advertise Vulkan 1.3") Fixes: 08c6f437cf63234f4a5d ("radv: advertise Vulkan 1.3") Signed-off-by: Eric Engestrom Reviewed-by: Jordan Justen Part-of: (cherry picked from commit 446d2039cb718ca9cf6428f0685c8dfe462b65d1) --- .pick_status.json | 2 +- bin/gen_release_notes.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 5133a7e91bf..311b6f3be4b 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3235,7 +3235,7 @@ "description": "bin/gen_release_notes.py: bump advertised vulkan version to 1.3", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "df8ac77af8093c87d5d56d6f1b36c0144a607c40" }, diff --git a/bin/gen_release_notes.py b/bin/gen_release_notes.py index 9b14c908bb5..57d8ce5c60e 100755 --- a/bin/gen_release_notes.py +++ b/bin/gen_release_notes.py @@ -40,7 +40,7 @@ import docutils.utils import docutils.parsers.rst.states as states CURRENT_GL_VERSION = '4.6' -CURRENT_VK_VERSION = '1.2' +CURRENT_VK_VERSION = '1.3' TEMPLATE = Template(textwrap.dedent("""\ ${header}