Skip to content

Commit 6562262

Browse files
committed
v5.0.8rc2
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com>
1 parent 98fa9d6 commit 6562262

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

software/ompi/v5.0/timeline-graph.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
milestone("v5.0.6", "2024-11-15", $data, $vpos);
3838
milestone("v5.0.7", "2025-02-14", $data, $vpos);
3939
milestone("v5.0.8rc1", "2025-05-09", $data, $vpos);
40+
milestone("v5.0.8rc2", "2025-05-12", $data, $vpos);
4041

4142
// Party on
4243
$graph->CreateSimple($data);

software/ompi/v5.0/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $releases = array("5.0.7", "5.0.6", "5.0.5", "5.0.4", "5.0.3", "5.0.2", "5.0.1",
1616
/* prereleases must be ordered newest to oldest. All prereleases
1717
will be shown, so make an empty array when the official release
1818
is added to releases above */
19-
$prereleases = array("5.0.8rc1");
19+
$prereleases = array("5.0.8rc2", "5.0.8rc1");
2020

2121
/* set to true if we should add a cygwin note */
2222
$cygwin_note = 0;

0 commit comments

Comments
 (0)