Skip to content

Commit

Permalink
Post Open MPI 4.1.7rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Barrett <[email protected]>
  • Loading branch information
bwbarrett committed Oct 22, 2024
1 parent 2ef1cb8 commit 0533817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions software/ompi/v4.1/timeline-graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
#milestone("v4.1.6rc2", "2023-08-28", $data, $vpos);
#milestone("v4.1.6rc3", "2023-09-25", $data, $vpos);
milestone("v4.1.6", "2023-09-30", $data, $vpos);
milestone("v4.1.7rc1", "2024-10-22", $data, $vpos);

// Party on
$graph->CreateSimple($data);
Expand Down
2 changes: 1 addition & 1 deletion software/ompi/v4.1/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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")
/* prereleases must be ordered newest to oldest. All prereleases
will be shown, so make an empty array when the official release
is added to releases above */
$prereleases = array();
$prereleases = array("4.1.7rc1");

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

0 comments on commit 0533817

Please sign in to comment.