Skip to content

Commit 07590c1

Browse files
committed
v5.0.9rc1 typo fix
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com>
1 parent a184d1b commit 07590c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/ompi/v5.0/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $releases = array("5.0.8", "5.0.7", "5.0.6", "5.0.5", "5.0.4", "5.0.3", "5.0.2",
1616
/* prereleases must be ordered newest to oldest. All prereleases
1717
will be shown, so make an empty array when the official release
1818
is added to releases above */
19-
$prereleases = array("v5.0.9rc1");
19+
$prereleases = array("5.0.9rc1");
2020

2121
/* set to true if we should add a cygwin note */
2222
$cygwin_note = 0;

0 commit comments

Comments
 (0)