Skip to content

Commit dfdfb9d

Browse files
committed
Post Open MPI 4.1.7rc1
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent 2ef1cb8 commit dfdfb9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

software/ompi/v4.1/timeline-graph.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
#milestone("v4.1.6rc2", "2023-08-28", $data, $vpos);
5252
#milestone("v4.1.6rc3", "2023-09-25", $data, $vpos);
5353
milestone("v4.1.6", "2023-09-30", $data, $vpos);
54+
milestone("v4.1.7rc1", "2024-10-22", $data, $vpos);
5455

5556
// Party on
5657
$graph->CreateSimple($data);

software/ompi/v4.1/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $releases = array("4.1.6", "4.1.5", "4.1.4", "4.1.3", "4.1.2", "4.1.1", "4.1.0")
1515
/* prereleases must be ordered newest to oldest. All prereleases
1616
will be shown, so make an empty array when the official release
1717
is added to releases above */
18-
$prereleases = array();
18+
$prereleases = array("4.1.7rc1");
1919

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

0 commit comments

Comments
 (0)