Skip to content

Commit 88acd5b

Browse files
authored
Merge pull request #135 from jsquyres/pr/v2.1.6rc1
Release v2.1.6rc1
2 parents d3d61fd + ddccedc commit 88acd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

software/ompi/v2.1/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $releases = array("2.1.5", "2.1.4", "2.1.3", "2.1.2", "2.1.1", "2.1.0");
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();
18+
$prereleases = array("2.1.6rc1");
1919

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

0 commit comments

Comments
 (0)