Skip to content

Commit 1cedf11

Browse files
committed
v5.0.8rc1
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com>
1 parent bf44262 commit 1cedf11

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
@@ -36,6 +36,7 @@
3636
milestone("v5.0.5", "2024-07-23", $data, $vpos);
3737
milestone("v5.0.6", "2024-11-15", $data, $vpos);
3838
milestone("v5.0.7", "2025-02-14", $data, $vpos);
39+
milestone("v5.0.8rc1", "2025-05-09", $data, $vpos);
3940

4041
// Party on
4142
$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();
19+
$prereleases = array("5.0.8rc1);
2020
2121
/* set to true if we should add a cygwin note */
2222
$cygwin_note = 0;

0 commit comments

Comments
 (0)