From ec167b125005f25eee9e8f48a8026e934388798d Mon Sep 17 00:00:00 2001 From: Tomislav Janjusic Date: Tue, 17 Oct 2023 15:08:54 -0500 Subject: [PATCH] v5.0.xrc14 update Signed-off-by: Tomislav Janjusic --- 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 e1b4111c6e..f407c125ac 100644 --- a/software/ompi/v5.0/timeline-graph.php +++ b/software/ompi/v5.0/timeline-graph.php @@ -41,6 +41,7 @@ milestone("v5.0.0rc11", "2023-04-06", $data, $vpos); milestone("v5.0.0rc12", "2023-05-19", $data, $vpos); milestone("v5.0.0rc13", "2023-09-29", $data, $vpos); +milestone("v5.0.0rc14", "2023-10-17", $data, $vpos); // Party on $graph->CreateSimple($data); diff --git a/software/ompi/v5.0/version.inc b/software/ompi/v5.0/version.inc index 190297993e..8e6efdf46f 100644 --- a/software/ompi/v5.0/version.inc +++ b/software/ompi/v5.0/version.inc @@ -15,7 +15,7 @@ $releases = array(); /* 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.0rc13", "5.0.0rc12", "5.0.0rc11", "5.0.0rc10", "5.0.0rc9", "5.0.0rc8", "5.0.0rc7", "5.0.0rc6", "5.0.0rc5", "5.0.0rc4", "5.0.0rc3", "5.0.0rc2", "5.0.0rc1"); +$prereleases = array("5.0.0rc14", "5.0.0rc13", "5.0.0rc12", "5.0.0rc11", "5.0.0rc10", "5.0.0rc9", "5.0.0rc8", "5.0.0rc7", "5.0.0rc6", "5.0.0rc5", "5.0.0rc4", "5.0.0rc3", "5.0.0rc2", "5.0.0rc1"); /* set to true if we should add a cygwin note */ $cygwin_note = 0;