release: Zephyr 3.1.0

Update versions for release v3.1.0.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2022-06-03 15:33:24 -07:00 committed by Carles Cufí
parent dccf0e4e4e
commit 2ddd73feaf
2 changed files with 2 additions and 1 deletions

View file

@ -2,4 +2,4 @@ VERSION_MAJOR = 3
VERSION_MINOR = 1
PATCHLEVEL = 0
VERSION_TWEAK = 0
EXTRAVERSION = rc3
EXTRAVERSION = 0

View file

@ -140,6 +140,7 @@ html_context = {
"current_version": version,
"versions": (
("latest", "/"),
("3.1.0", "/3.1.0/"),
("3.0.0", "/3.0.0/"),
("2.7.0", "/2.7.0/"),
("2.6.0", "/2.6.0/"),