From ca0c493e38bfbe7f96c90203b2cbd81ce607ee66 Mon Sep 17 00:00:00 2001 From: Tomislav Janjusic Date: Thu, 16 Jan 2025 16:56:22 -0600 Subject: [PATCH] v5.0.7rc1 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 ceb5c44da..328c5a478 100644 --- a/software/ompi/v5.0/timeline-graph.php +++ b/software/ompi/v5.0/timeline-graph.php @@ -35,6 +35,7 @@ milestone("v5.0.4", "2024-07-19", $data, $vpos); milestone("v5.0.5", "2024-07-23", $data, $vpos); milestone("v5.0.6", "2024-11-15", $data, $vpos); +milestone("v5.0.7rc1", "2025-01-16", $data, $vpos); // Party on $graph->CreateSimple($data); diff --git a/software/ompi/v5.0/version.inc b/software/ompi/v5.0/version.inc index bd602c0f5..eee43596e 100644 --- a/software/ompi/v5.0/version.inc +++ b/software/ompi/v5.0/version.inc @@ -16,7 +16,7 @@ $releases = array("5.0.6", "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.7rc1"); /* set to true if we should add a cygwin note */ $cygwin_note = 0;