Skip to content

Commit 71c9430

Browse files
committed
v5.0.x: 5.0.9rc2 release
Signed-off-by: Thomas Naughton <naughtont@ornl.gov>
1 parent f95e7bd commit 71c9430

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
@@ -38,6 +38,7 @@
3838
milestone("v5.0.7", "2025-02-14", $data, $vpos);
3939
milestone("v5.0.8", "2025-06-02", $data, $vpos);
4040
milestone("v5.0.9rc1", "2025-09-29", $data, $vpos);
41+
milestone("v5.0.9rc2", "2025-10-10", $data, $vpos);
4142

4243
// Party on
4344
$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.8", "5.0.7", "5.0.6", "5.0.5", "5.0.4", "5.0.3", "5.0.2",
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.9rc1");
19+
$prereleases = array("5.0.9rc2", "5.0.9rc1");
2020

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

0 commit comments

Comments
 (0)