From 29570f9a05fc69a7e8f916f5597a3e2060703300 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 25 Sep 2023 20:56:18 +0000 Subject: [PATCH] Ship Open MPI 4.1.6rc3 Signed-off-by: Brian Barrett --- software/ompi/v4.1/timeline-graph.php | 1 + software/ompi/v4.1/version.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/software/ompi/v4.1/timeline-graph.php b/software/ompi/v4.1/timeline-graph.php index 2c0676a204..e875069907 100644 --- a/software/ompi/v4.1/timeline-graph.php +++ b/software/ompi/v4.1/timeline-graph.php @@ -50,6 +50,7 @@ milestone("v4.1.6rc1", "2023-07-24", $data, $vpos); milestone("v4.1.6rc2", "2023-08-28", $data, $vpos); +milestone("v4.1.6rc3", "2023-09-25", $data, $vpos); // Party on $graph->CreateSimple($data); diff --git a/software/ompi/v4.1/version.inc b/software/ompi/v4.1/version.inc index 5ab916e383..6f36b8bbe5 100644 --- a/software/ompi/v4.1/version.inc +++ b/software/ompi/v4.1/version.inc @@ -15,7 +15,7 @@ $releases = array("4.1.5", "4.1.4", "4.1.3", "4.1.2", "4.1.1", "4.1.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("4.1.6rc2", "4.1.6rc1"); +$prereleases = array("4.1.6rc3"); /* set to true if we should add a cygwin note */ $cygwin_note = 0;