Module: Mesa
Branch: main
Commit: 446d2039cb718ca9cf6428f0685c8dfe462b65d1
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=446d2039cb718ca9cf6428f0685c8dfe462b65d1

Author: Eric Engestrom <[email protected]>
Date:   Tue Jul 26 22:16:42 2022 +0100

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 <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17759>

---

 bin/gen_release_notes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}

Reply via email to