diff --git a/index.php b/index.php
index 443983098..be9b287f3 100644
--- a/index.php
+++ b/index.php
@@ -86,6 +86,9 @@ function pr($name, $url, $comma) {
NOTE: Open MPI 4.1.7 incorrectly changed the shared library
diff --git a/software/ompi/v5.0/timeline-graph.php b/software/ompi/v5.0/timeline-graph.php
index 328c5a478..4e040ec1f 100644
--- a/software/ompi/v5.0/timeline-graph.php
+++ b/software/ompi/v5.0/timeline-graph.php
@@ -35,7 +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);
+milestone("v5.0.7", "2025-02-14", $data, $vpos);
// Party on
$graph->CreateSimple($data);
diff --git a/software/ompi/v5.0/version.inc b/software/ompi/v5.0/version.inc
index 3ad2928e8..94457e01a 100644
--- a/software/ompi/v5.0/version.inc
+++ b/software/ompi/v5.0/version.inc
@@ -11,12 +11,12 @@ $download_prefix="https://download.open-mpi.org/release/open-mpi/v" . $release_s
$s3_prefix = "release/open-mpi/v" . $release_series . "/";
/* releases must be ordered newest to oldest */
-$releases = array("5.0.6", "5.0.5", "5.0.4", "5.0.3", "5.0.2", "5.0.1", "5.0.0");
+$releases = array("5.0.7", "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("5.0.7rc2", "5.0.7rc1");
+$prereleases = array();
/* set to true if we should add a cygwin note */
$cygwin_note = 0;
|