Skip to content

Commit f0da4ce

Browse files
authored
Merge pull request #125 from gpaulsen/topic/master/minor_v4.0.0_update
Updating the nav file to set v4.0.0 as Current
2 parents c813bc0 + 67f7161 commit f0da4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

software/ompi/nav.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ include_once("$topdir/includes/nav.inc");
33

44
$this_dir = "software";
55
$this_nav[] = new Nav("Current");
6-
$this_nav[] = new Nav("Version 3.1 ", "$topdir/software/ompi/v3.1/");
7-
$this_nav[] = new Nav("Upcoming");
86
$this_nav[] = new Nav("Version 4.0 ", "$topdir/software/ompi/v4.0/");
7+
# $this_nav[] = new Nav("Upcoming");
98
$this_nav[] = new Nav("Still supported");
9+
$this_nav[] = new Nav("Version 3.1 ", "$topdir/software/ompi/v3.1/");
1010
$this_nav[] = new Nav("Version 3.0 ", "$topdir/software/ompi/v3.0/");
1111
$this_nav[] = new Nav("Version 2.1 ", "$topdir/software/ompi/v2.1/");
1212
$this_nav[] = new Nav("Older versions");

0 commit comments

Comments
 (0)