Skip to content

Commit 67f7161

Browse files
committed
Updating the nav file to set v4.0.0 as Current
Signed-off-by: Geoffrey Paulsen <[email protected]>
1 parent 10f2ab6 commit 67f7161

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)