From 903016da924bbcd9992f15702a8b421107b481d4 Mon Sep 17 00:00:00 2001 From: Wenduo Wang Date: Wed, 24 Jan 2024 13:18:06 -0800 Subject: [PATCH] Add 5.0.2rc1 references Signed-off-by: Wenduo Wang --- software/ompi/v5.0/timeline-graph.php | 1 + software/ompi/v5.0/version.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/software/ompi/v5.0/timeline-graph.php b/software/ompi/v5.0/timeline-graph.php index 3ab13329b..6c768ac6e 100644 --- a/software/ompi/v5.0/timeline-graph.php +++ b/software/ompi/v5.0/timeline-graph.php @@ -30,6 +30,7 @@ milestone("branch from main", "2021-03-11", $data, $vpos); milestone("v5.0.0", "2023-10-26", $data, $vpos); milestone("v5.0.1", "2023-12-20", $data, $vpos); +milestone("v5.0.2rc1", "2024-01-24", $data, $vpos); // Party on $graph->CreateSimple($data); diff --git a/software/ompi/v5.0/version.inc b/software/ompi/v5.0/version.inc index cd37ce3ac..45d2aec0b 100644 --- a/software/ompi/v5.0/version.inc +++ b/software/ompi/v5.0/version.inc @@ -16,7 +16,7 @@ $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(); +$prereleases = array("5.0.2rc1"); /* set to true if we should add a cygwin note */ $cygwin_note = 0;