Skip to content

Commit

Permalink
Update website for Open MPI v5.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Wenduo Wang <[email protected]>
  • Loading branch information
wenduwan committed Jul 23, 2024
1 parent ee6ebf9 commit b99b57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions software/ompi/v5.0/timeline-graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
milestone("v5.0.2", "2024-02-06", $data, $vpos);
milestone("v5.0.3", "2024-04-09", $data, $vpos);
milestone("v5.0.4", "2024-07-19", $data, $vpos);
milestone("v5.0.5", "2024-07-23", $data, $vpos);

// Party on
$graph->CreateSimple($data);
Expand Down
2 changes: 1 addition & 1 deletion software/ompi/v5.0/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $download_prefix="https://download.open-mpi.org/release/open-mpi/v" . $release_s
$s3_prefix = "release/open-mpi/v" . $release_series . "/";

/* releases must be ordered newest to oldest */
$releases = array("5.0.4", "5.0.3", "5.0.2", "5.0.1", "5.0.0");
$releases = array("5.0.5", "5.0.4", "5.0.3", "5.0.2", "5.0.1", "5.0.0");

/* prereleases must be ordered newest to oldest. All prereleases
will be shown, so make an empty array when the official release
Expand Down

0 comments on commit b99b57a

Please sign in to comment.