Skip to content

Commit

Permalink
Merge pull request #503 from wenduwan/v5.0.4_release
Browse files Browse the repository at this point in the history
Update website for Open MPI v5.0.4
  • Loading branch information
janjust authored Jul 18, 2024
2 parents f33b233 + 2e32239 commit 08d6f6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion software/ompi/v5.0/timeline-graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
milestone("v5.0.1", "2023-12-20", $data, $vpos);
milestone("v5.0.2", "2024-02-06", $data, $vpos);
milestone("v5.0.3", "2024-04-09", $data, $vpos);
milestone("v5.0.4rc1", "2024-07-12", $data, $vpos);
milestone("v5.0.4", "2024-07-19", $data, $vpos);

// Party on
$graph->CreateSimple($data);
Expand Down
4 changes: 2 additions & 2 deletions software/ompi/v5.0/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ $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.3", "5.0.2", "5.0.1", "5.0.0");
$releases = array("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
is added to releases above */
$prereleases = array("5.0.4rc1");
$prereleases = array();

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

0 comments on commit 08d6f6a

Please sign in to comment.