diff --git a/.pick_status.json b/.pick_status.json index 4c9b6fa695d..421b56bfc56 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -679,7 +679,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}