Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.0.x: v5.0.6rc1 release #514

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
v5.0.x: v5.0.6rc1 release
Signed-off-by: Tomislav Janjusic <[email protected]>
janjust committed Nov 7, 2024
commit 58e29bb8e62d52c2c4c662e6bd5b379fb9e7fb3c
1 change: 1 addition & 0 deletions software/ompi/v5.0/timeline-graph.php
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@
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);
milestone("v5.0.6rc1", "2024-11-07", $data, $vpos);

// Party on
$graph->CreateSimple($data);
2 changes: 1 addition & 1 deletion software/ompi/v5.0/version.inc
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ $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
is added to releases above */
$prereleases = array();
$prereleases = array("5.0.6rc1");

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