Skip to content

Commit 57f25cc

Browse files
authored
Merge pull request #106 from gpaulsen/topic/fix_v4.0rc2
Fixing v4.0.0rc2 prerelease array. Former-commit-id: 90e20e9
2 parents 5badf57 + d907973 commit 57f25cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

software/ompi/v4.0/version.inc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ $releases = array();
1515
/* prereleases must be ordered newest to oldest. All prereleases
1616
will be shown, so make an empty array when the official release
1717
is added to releases above */
18-
$prereleases = array("4.0.0rc2");
19-
$prereleases = array("4.0.0rc1");
18+
$prereleases = array("4.0.0rc2", "4.0.0rc1");
2019

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

0 commit comments

Comments
 (0)