summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-10-09 09:45:43 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-10-09 09:46:04 -0700
commita4348e95949fe213617479f8d4ae3c08799ddfea (patch)
tree070490b5d615aced7ed6977a943422d66e84a60a
parent61b3371acc09464a3239a58cd13f5f17627c2b54 (diff)
scripts: Mesa 19.2.x only implements GL 4.5
-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 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("""\