gen_release_notes: fix version in "you should wait" message

Fixes: 86079447da ("scripts: Add a gen_release_notes.py script")
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4113>
This commit is contained in:
Eric Engestrom
2020-03-09 12:54:24 +01:00
parent dcc50f4302
commit 64af6b3bcf

View File

@@ -64,7 +64,7 @@ TEMPLATE = Template(textwrap.dedent("""\
%if not bugfix:
Mesa ${next_version} is a new development release. People who are concerned
with stability and reliability should stick with a previous release or
wait for Mesa ${version[:-1]}1.
wait for Mesa ${next_version[:-1]}1.
%else:
Mesa ${next_version} is a bug fix release which fixes bugs found since the ${version} release.
%endif