From 58e29bb8e62d52c2c4c662e6bd5b379fb9e7fb3c Mon Sep 17 00:00:00 2001 From: Tomislav Janjusic Date: Thu, 7 Nov 2024 16:24:57 -0600 Subject: [PATCH] v5.0.x: v5.0.6rc1 release 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 4da131d41..1240c730e 100644 --- a/software/ompi/v5.0/timeline-graph.php +++ b/software/ompi/v5.0/timeline-graph.php @@ -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); diff --git a/software/ompi/v5.0/version.inc b/software/ompi/v5.0/version.inc index b482a3869..45a4a02a2 100644 --- a/software/ompi/v5.0/version.inc +++ b/software/ompi/v5.0/version.inc @@ -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;