Skip to content

Commit bd56e8b

Browse files
authored
Merge pull request #535 from janjust/master
5.0.x: fix typo
2 parents 9a05eb6 + ef79e83 commit bd56e8b

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.7", "5.0.6", "5.0.5", "5.0.4", "5.0.3", "5.0.2", "5.0.1",
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("5.0.8rc1);
19+
$prereleases = array("5.0.8rc1");
2020

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

0 commit comments

Comments
 (0)