Module: Mesa
Branch: staging/19.2
Commit: a4348e95949fe213617479f8d4ae3c08799ddfea
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4348e95949fe213617479f8d4ae3c08799ddfea

Author: Dylan Baker <dy...@pnwbakers.com>
Date:   Wed Oct  9 09:45:43 2019 -0700

scripts: Mesa 19.2.x only implements GL 4.5

---

 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 3509879fa6f..bac200d2884 100755
--- a/bin/gen_release_notes.py
+++ b/bin/gen_release_notes.py
@@ -34,7 +34,7 @@ from mako.template import Template
 from mako import exceptions
 
 
-CURRENT_GL_VERSION = '4.6'
+CURRENT_GL_VERSION = '4.5'
 CURRENT_VK_VERSION = '1.1'
 
 TEMPLATE = Template(textwrap.dedent("""\

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to