Skip to content

Commit

Permalink
update website for 5.0.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Wenduo Wang <[email protected]>
  • Loading branch information
wenduwan committed Dec 21, 2023
1 parent 7df9182 commit c2927e5
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 @@ -29,7 +29,7 @@
series("v5.0 series", $series_start->format("Y-m-d"), $beyond_end_date, $data, $vpos, $graph);
milestone("branch from main", "2021-03-11", $data, $vpos);
milestone("v5.0.0", "2023-10-26", $data, $vpos);
milestone("v5.0.1rc1", "2023-12-12", $data, $vpos);
milestone("v5.0.1", "2023-12-20", $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.0");
$releases = array("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.1rc1");
$prereleases = array();

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

0 comments on commit c2927e5

Please sign in to comment.